diff --git a/pyproject.toml b/pyproject.toml index 2fd725a0d..9787c3bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "wheel", "cmake"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta"