--- pyproject.toml.orig 2024-09-17 16:08:16 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", + "numpy", ] build-backend = "setuptools.build_meta"