diff --git a/pyproject.toml b/pyproject.toml index e1ecf8228..2631d31a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=40.8.0", "wheel", "cmake>=3.18", "ninja>=1.11.1"] +requires = ["setuptools>=79.0.1,<82", "wheel", "cmake>=3.18", "ninja>=1.11.1"] [tool.yapf] based_on_style = "pep8"