diff --git a/pyproject.toml b/pyproject.toml index 13cbe9e25..3a692fb49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ # Workaround to bootstrap maturin on non-manylinux platforms [build-system] -requires = ["setuptools~=63.1.0", "wheel~=0.37.1", "tomli>=1.1.0 ; python_version<'3.11'", "setuptools-rust>=1.4.0"] +requires = ["setuptools", "wheel>=0.36.2", "tomli>=1.1.0 ; python_version<'3.11'", "setuptools-rust>=1.4.0"] build-backend = "setuptools.build_meta" [project]