diff --git a/pyproject.toml b/pyproject.toml index c73df7c74f..f5048e107e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [build-system] requires = [ - "setuptools~=75.3.0", + "setuptools>=75.3,<80.11", "wheel~=0.45.1" ] build-backend = "setuptools.build_meta"