diff --git a/pyproject.toml b/pyproject.toml index fe641d85..ddda6017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] # Minimum requirements for the build system to execute, according to PEP518 # specification. -requires = ["setuptools", "build", "numpy", "cython<3.0", "wheel"] +requires = ["setuptools<60.0", "build", "numpy", "cython<3.0", "wheel"] build-backend = "setuptools.build_meta" [tool.codespell]