--- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,8 @@ # Minimum requirements for the build system to execute. requires = [ "packaging==20.5; platform_machine=='arm64'", # macos M1 - "setuptools==59.2.0", - "wheel==0.37.0", + "setuptools>=59.2.0", + "wheel>=0.37.0", "Cython>=0.29.30,<3.0", ]