diff --git a/pyproject.toml b/pyproject.toml index 61a00b37..db77e215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ license = {file = "LICENSE"} requires-python = ">=3.8" dependencies = [ "scipy<2.0.0", - "numpy<2.0.0", + "numpy<3.0.0", "pandas~=2.2.0", "matplotlib>=3.6.1,<3.10.0", ]