diff --git a/pyproject.toml b/pyproject.toml index 0b09171446..e36d636b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27.0", "hatch-vcs"] +requires = ["hatchling>=1.27.0", "hatch-vcs", "setuptools-scm!=9.0.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist]