diff --git a/pyproject.toml b/pyproject.toml index ecf846f7..3dd4f175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=64.0.0", "wheel"] +requires = ["setuptools>=64.0.0,<81", "wheel"] build-backend = "setuptools.build_meta" [project]