We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1ef8c commit 5f11b2bCopy full SHA for 5f11b2b
requirements/base/base.txt
@@ -1,6 +1,6 @@
1
multimethod >= 1.0, < 2.0
2
neo4j >= 4.4.12, < 6.0
3
-numpy < 3.0
+numpy < 2.1
4
pandas >= 1.0, < 3.0
5
pyarrow >= 15.0.2, < 19.0
6
textdistance >= 4.0, < 5.0
tox.ini
@@ -45,7 +45,7 @@ deps =
45
neo4j4: neo4j >= 4.4.2, < 5.0
46
neo4j5: neo4j >= 5.0, < 6.0
47
pandas1: pandas >= 1.0, < 2.0
48
- pandas1: numpy == 2.2.2
+ pandas1: numpy == 2.0.2
49
pandas2: pandas >= 2.0, < 3.0
50
pyarrow15: pyarrow >= 15.0, < 16.0
51
pyarrow16: pyarrow >= 16.0, < 17.0
0 commit comments