Skip to content

Commit

Permalink
Merge pull request #820 from brs96/upgrade-numpy
Browse files Browse the repository at this point in the history
Support numpy 2.x
  • Loading branch information
brs96 authored Jan 21, 2025
2 parents c75af81 + 5f11b2b commit 87bc4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
multimethod >= 1.0, < 2.0
neo4j >= 4.4.12, < 6.0
numpy < 2.0
numpy < 2.1
pandas >= 1.0, < 3.0
pyarrow >= 15.0.2, < 19.0
textdistance >= 4.0, < 5.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deps =
neo4j4: neo4j >= 4.4.2, < 5.0
neo4j5: neo4j >= 5.0, < 6.0
pandas1: pandas >= 1.0, < 2.0
pandas1: numpy == 1.24.3
pandas1: numpy == 2.0.2
pandas2: pandas >= 2.0, < 3.0
pyarrow15: pyarrow >= 15.0, < 16.0
pyarrow16: pyarrow >= 16.0, < 17.0
Expand Down

0 comments on commit 87bc4b7

Please sign in to comment.