--- pyproject.toml.orig 2025-02-08 13:37:27 UTC +++ pyproject.toml @@ -29,11 +29,10 @@ requires = [ [build-system] requires = [ - "setuptools>=74.1.1", + "setuptools", "wheel", - "cmake>=3.6.3", - "cython~=3.0.0", - "numpy>=2.0.0", + "cython>=3.1.0", + "numpy", ] build-backend = "setuptools.build_meta"