--- pyproject.toml.orig 2025-09-27 18:57:44 UTC +++ pyproject.toml @@ -3,7 +3,7 @@ requires = [ "setuptools>=46.4.0", # PEP-420 support, PEP-517/518 support "wheel>=0.30.0", # limited python api support "cython~=3.0", - "numpy~=2.0", + "numpy", ] build-backend = "setuptools.build_meta"