Skip to content

Commit 559f9f6

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR matplotlib#31677: MNT: Make a note that setuptools-scm can be unpinned
1 parent b8e45cb commit 559f9f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ requires = [
6161
# you really need it and aren't using an sdist.
6262
"meson-python>=0.13.2,!=0.17.*",
6363
"pybind11>=2.13.2,!=2.13.3",
64+
# setuptools_scm 10 breaks versioning in editable installs. You can remove this pin
65+
# if you're a downstream distributor just building wheels or your equivalent.
6466
"setuptools_scm>=7,<10",
6567
]
6668

0 commit comments

Comments
 (0)