--- pyproject.toml.orig 2024-11-14 18:47:14 UTC +++ pyproject.toml @@ -3,8 +3,8 @@ requires = [ "Cython>=0.29.23", # Building against NPY2 will support both NPY1 and NPY2 # https://numpy.org/devdocs/dev/depending_on_numpy.html#build-time-dependency - "numpy>=2.1.0", - "setuptools>=65.0.0", + "numpy", + "setuptools", ] build-backend = "setuptools.build_meta"