diff --git a/pyproject.toml b/pyproject.toml index 23e9e86..5d2508b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] -dependencies = ["numpy>=1.24.0"] +dependencies = ["numpy"] [project.optional-dependencies] test = ["pytest"]