Skip to content

Commit 291498b

Browse files
Pin setuptools-scm<10.0 to fix CICD
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent 16203d6 commit 291498b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############################### BUILD CONFIGURATION ##############################################
33
####################################################################################################
44
[build-system]
5-
requires = ["setuptools>=80", "setuptools-scm>=8"]
5+
requires = ["setuptools>=80", "setuptools-scm>=8,<10"]
66
build-backend = "setuptools.build_meta"
77

88
[tool.setuptools_scm]

0 commit comments

Comments
 (0)