Skip to content

Commit c49169f

Browse files
authored
Merge pull request #2573 from HKUDS/dependabot/pip/numpy-gte-1.24.0-and-lt-3.0.0
Update numpy requirement from <2.0.0,>=1.24.0 to >=1.24.0,<3.0.0
2 parents 94e7de1 + 70fd773 commit c49169f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"json_repair",
2929
"nano-vectordb",
3030
"networkx",
31-
"numpy>=1.24.0,<2.0.0",
31+
"numpy>=1.24.0,<3.0.0",
3232
"pandas>=2.0.0,<2.4.0",
3333
"pipmaster",
3434
"pydantic",
@@ -56,7 +56,7 @@ api = [
5656
"json_repair",
5757
"nano-vectordb",
5858
"networkx",
59-
"numpy>=1.24.0,<2.0.0",
59+
"numpy>=1.24.0,<3.0.0",
6060
"openai>=2.0.0,<3.0.0",
6161
"pandas>=2.0.0,<2.4.0",
6262
"pipmaster",

0 commit comments

Comments
 (0)