--- pyproject.toml.orig 2024-11-27 23:06:32 +++ pyproject.toml 2024-11-27 23:06:47 @@ -2,7 +2,7 @@ requires = [ "Cython>=0.29", "oldest-supported-numpy ; python_version < '3.9'", - "numpy>=2.0.0rc1 ; python_version >= '3.9'", + "numpy", "setuptools>=61", "setuptools_scm[toml]>=3.4" ] build-backend = "setuptools.build_meta"