Skip to content

Commit fb85893

Browse files
authored
pin setuptools_scm < 7 due to broken builds (#810)
in setuptools_scm version 7 the generated wheel version is wrong, needs to be investigated
1 parent 7fa5078 commit fb85893

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
@@ -4,7 +4,7 @@ requires = [
44
"setuptools >= 42",
55

66
# Plugins
7-
"setuptools_scm[toml] >= 6.4",
7+
"setuptools_scm[toml] >= 6.4, < 7",
88
"setuptools_scm_git_archive >= 1.1",
99
]
1010
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)