Skip to content

Commit 434a98c

Browse files
committed
Dependencies: Fix build by downgrading to setuptools-scm 7.x
1 parent 4b882fb commit 434a98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"pip>=20.0",
44
"setuptools>=40.0",
5-
"setuptools_scm[toml]>=4.0",
5+
"setuptools_scm[toml]>=4.0,<8",
66
"wheel"
77
]
88
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)