diff --git a/pyproject.toml b/pyproject.toml index 29d4949d0..9ccc99803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,12 +10,7 @@ requires = [ "tomli; python_version < '3.11'", # needed by in-tree build backend `packaging/pep517_backend.py` # Plugins - "setuptools-scm >= 7.0.0; python_version >= '3.7'", - # ^ supports git archives through a plugin - # | | - # supports git archives natively V - "setuptools-scm[toml] >= 3.5, < 7.0.0; python_version < '3.7'", - "setuptools-scm-git-archive >= 1.1; python_version < '3.7'", + "setuptools-scm >= 7.0.0", ] backend-path = ["packaging"] # requires 'Pip>=20' or 'pep517>=0.6.0' build-backend = "pep517_backend.hooks"