Skip to content

Commit c15a2ca

Browse files
authored
Merge pull request matplotlib#31681 from meeseeksmachine/auto-backport-of-pr-31677-on-v3.11.x
Backport PR matplotlib#31677 on branch v3.11.x (MNT: Make a note that setuptools-scm can be unpinned)
2 parents b8e45cb + 559f9f6 commit c15a2ca

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)