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 5f11b2b commit 749aa1fCopy full SHA for 749aa1f
tox.ini
@@ -45,8 +45,9 @@ 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.0.2
49
- pandas2: pandas >= 2.0, < 3.0
+ pandas1: numpy == 1.24.3
+ pandas2: pandas >= 2.2.2, < 3.0
50
+ pandas2: numpy == 2.0.2
51
pyarrow15: pyarrow >= 15.0, < 16.0
52
pyarrow16: pyarrow >= 16.0, < 17.0
53
pyarrow17: pyarrow >= 17.0, < 18.0
0 commit comments