diff --git a/pyproject.toml b/pyproject.toml index ec7c689..9916bf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,11 +6,7 @@ requires = [ "versioningit", "wheel", # below matches MDA - "numpy==1.22.3; python_version=='3.9' and platform_python_implementation != 'PyPy'", - "numpy==1.22.3; python_version=='3.10' and platform_python_implementation != 'PyPy'", - "numpy==1.23.2; python_version=='3.11' and platform_python_implementation != 'PyPy'", - "numpy==1.26.0; python_version=='3.12' and platform_python_implementation != 'PyPy'", - "numpy<2.0; python_version>='3.13'", + "numpy>=2.0.0", ] build-backend = "setuptools.build_meta"