--- a/pyproject.toml +++ b/pyproject.toml @@ -97,5 +97,5 @@ module = "docs.*" ignore_errors = true [build-system] -requires = ['setuptools>=65.4.1', 'wheel', 'Cython', "poetry-core>=1.0.0"] +requires = ['setuptools', 'wheel', 'Cython', "poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"