diff --git a/pyproject.toml b/pyproject.toml index a282395..2b529c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python" ] -dependencies = [ "numpy>1.24.4" ] +dependencies = [ "numpy>2.0.0" ] [build-system] requires = ["hatchling"]