diff --git a/setup.py b/setup.py index 1a2431ec..74b289c5 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def read(fname): "networkx >= 2.5.0, < 3.7.0", # newer pandas versions don't work with specified sqlalchemy versions, but upgrading # sqlalchemy leads to new errors.. should be fixed at some point - "numpy ==1.26.4", + "numpy ==2.3.4", "pandas >= 1.4.0, < 2.2.0", "plotly < 6.0", "pydot < 4.1.0",