Skip to content

Commit 5f11b2b

Browse files
committed
Support numpy 2.0
1 parent da1ef8c commit 5f11b2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
multimethod >= 1.0, < 2.0
22
neo4j >= 4.4.12, < 6.0
3-
numpy < 3.0
3+
numpy < 2.1
44
pandas >= 1.0, < 3.0
55
pyarrow >= 15.0.2, < 19.0
66
textdistance >= 4.0, < 5.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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.2.2
48+
pandas1: numpy == 2.0.2
4949
pandas2: pandas >= 2.0, < 3.0
5050
pyarrow15: pyarrow >= 15.0, < 16.0
5151
pyarrow16: pyarrow >= 16.0, < 17.0

0 commit comments

Comments
 (0)