diff --git a/pyproject.toml b/pyproject.toml index 8fe2f47a..452a8278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools>=42", "wheel"] +requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta"