Skip to content

Commit a8616cc

Browse files
author
Kevin Sheppard
committed
Restore setuptools-scm
1 parent 627b54b commit a8616cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010
"numpy==1.22.3; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'",
1111
"numpy; python_version>='3.11'",
1212
"scipy>=1.4",
13-
"setuptools_scm[toml]!=7.0.0",
13+
"setuptools_scm[toml]>=6.4.2,<7.0.0"
1414
]
1515
build-backend = "setuptools.build_meta"
1616

0 commit comments

Comments
 (0)