From 9fa7d8b24120fee60d59b0b7917df7ccdba43ff2 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 15 May 2026 15:05:26 -0400 Subject: [PATCH] MNT: Make a note that setuptools-scm can be unpinned This is fine for non-developers and downstream distributors. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f3c38512a2c9..eef7f82fb810 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,8 @@ requires = [ # you really need it and aren't using an sdist. "meson-python>=0.13.2,!=0.17.*", "pybind11>=2.13.2,!=2.13.3", + # setuptools_scm 10 breaks versioning in editable installs. You can remove this pin + # if you're a downstream distributor just building wheels or your equivalent. "setuptools_scm>=7,<10", ]