diff --git a/pyproject.toml b/pyproject.toml index f095698..558a41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools >= 42", + "setuptools >= 42, < 60.9.0", "wheel" ] build-backend = "setuptools.build_meta" \ No newline at end of file