diff --git a/pyproject.toml b/pyproject.toml index c541183..25d7fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] +requires = ["setuptools>=45", "setuptools_scm[toml]>=10.2.1"] build-backend = "setuptools.build_meta" # Version handling lives in setup.py: a VERSION file wins when present, and