Skip to content

Commit 749aa1f

Browse files
committed
Support numpy 2.0
1 parent 5f11b2b commit 749aa1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ deps =
4545
neo4j4: neo4j >= 4.4.2, < 5.0
4646
neo4j5: neo4j >= 5.0, < 6.0
4747
pandas1: pandas >= 1.0, < 2.0
48-
pandas1: numpy == 2.0.2
49-
pandas2: pandas >= 2.0, < 3.0
48+
pandas1: numpy == 1.24.3
49+
pandas2: pandas >= 2.2.2, < 3.0
50+
pandas2: numpy == 2.0.2
5051
pyarrow15: pyarrow >= 15.0, < 16.0
5152
pyarrow16: pyarrow >= 16.0, < 17.0
5253
pyarrow17: pyarrow >= 17.0, < 18.0

0 commit comments

Comments
 (0)