diff --git a/pyproject.toml b/pyproject.toml index 5f089920..c040eb32 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.6.0", + "setuptools~=75.7.0", ] build-backend = "setuptools.build_meta"