Skip to content

Commit b283e04

Browse files
committed
test numpy 2, remove todos
1 parent 89558ef commit b283e04

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ sql = [
6565
]
6666
vectordb = [
6767
"faiss-cpu>=1.7.4,<2.0.0",
68-
# TODO - Test with numpy 2
69-
"numpy>=1.25, <2.0"
68+
"numpy>=1.25, <3.0"
7069
]
7170
manifest = [
7271
"manifest-ml>=0.1.8,<0.2.0"
@@ -89,7 +88,6 @@ api = [
8988
"boto3>1,<2"
9089
]
9190
databricks = [
92-
# TODO - Test with mlflow 3
9391
"mlflow>=2.0.1,<4.0.0",
9492
"boto3>1, <2"
9593
]

0 commit comments

Comments
 (0)