diff --git a/pyproject.toml b/pyproject.toml index efdc9e23..3e9d3d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ requires = [ # We build against the most recent supported NumPy 2.0 release; # see https://github.com/numpy/numpy/issues/27265 "numpy~=2.0", - "setuptools~=75.7.0", + "setuptools~=75.8.0", ] build-backend = "setuptools.build_meta"