diff --git a/pyproject.toml b/pyproject.toml index ec79ca21fc63a..298eded146149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] # Minimum requirements for the build system to execute. requires = [ - "setuptools<60.0", + "setuptools", "wheel", "Cython>=0.29.33",