diff --git a/setup.py b/setup.py index 8b5c9d73..2cd8386c 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ def readme(): exclude=["docs", "tests", "settings", "examples", "dist", "etc"] ), setup_requires=[ - 'setuptools==74.0.0', + 'setuptools==75.1.0', 'Cython==3.0.11', 'wheel==0.44.0' ],