diff --git a/requirements/base/base.txt b/requirements/base/base.txt index b9ed72600..8026719a4 100644 --- a/requirements/base/base.txt +++ b/requirements/base/base.txt @@ -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 diff --git a/tox.ini b/tox.ini index 52a5f318d..4cca36778 100644 --- a/tox.ini +++ b/tox.ini @@ -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