diff --git a/pyproject.toml b/pyproject.toml index 48eb903..9b091c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=45", + "setuptools>=45,<64", "wheel", "cython", "scikit-build>=0.12",