Skip to content

Commit e744c71

Browse files
QuLogicrcomer
authored andcommitted
Backport PR #31401: BLD: Temporarily pin setuptools-scm<10
BLD: Temporarily pin setuptools-scm<10 (cherry picked from commit 443c728)
1 parent cc7fe5a commit e744c71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- pyqt
2727
- python>=3.10
2828
- python-dateutil>=2.1
29-
- setuptools_scm
29+
- setuptools_scm<10
3030
- wxpython
3131
# building documentation
3232
- colorspacious

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ requires-python = ">=3.10"
5050
dev = [
5151
"meson-python>=0.13.1,<0.17.0",
5252
"pybind11>=2.13.2,!=2.13.3",
53-
"setuptools_scm>=7",
53+
"setuptools-scm>=7,<10",
5454
# Not required by us but setuptools_scm without a version, cso _if_
5555
# installed, then setuptools_scm 8 requires at least this version.
5656
# Unfortunately, we can't do a sort of minimum-if-instaled dependency, so
@@ -74,7 +74,7 @@ build-backend = "mesonpy"
7474
requires = [
7575
"meson-python>=0.13.1,<0.17.0",
7676
"pybind11>=2.13.2,!=2.13.3",
77-
"setuptools_scm>=7",
77+
"setuptools-scm>=7,<10",
7878
]
7979

8080
[tool.meson-python.args]

requirements/testing/mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ packaging>=20.0
2222
pillow>=8
2323
pyparsing>=3
2424
python-dateutil>=2.7
25-
setuptools_scm>=7
25+
setuptools-scm>=7,<10
2626
setuptools>=64

0 commit comments

Comments
 (0)