We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627b54b commit a8616ccCopy full SHA for a8616cc
pyproject.toml
@@ -10,7 +10,7 @@ requires = [
10
"numpy==1.22.3; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'",
11
"numpy; python_version>='3.11'",
12
"scipy>=1.4",
13
- "setuptools_scm[toml]!=7.0.0",
+ "setuptools_scm[toml]>=6.4.2,<7.0.0"
14
]
15
build-backend = "setuptools.build_meta"
16
0 commit comments