Skip to content

Commit 9d3cc1e

Browse files
committed
Backport PR matplotlib#29295: BLD: Pin meson-python to <0.17.0
1 parent 57f7fdf commit 9d3cc1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ requires-python = ">=3.9"
4848
[project.optional-dependencies]
4949
# Should be a copy of the build dependencies below.
5050
dev = [
51-
"meson-python>=0.13.1",
51+
"meson-python>=0.13.1,<0.17.0",
5252
"numpy>=1.25",
5353
"pybind11>=2.6,!=2.13.3",
5454
"setuptools_scm>=7",
@@ -73,7 +73,7 @@ dev = [
7373
build-backend = "mesonpy"
7474
# Also keep in sync with optional dependencies above.
7575
requires = [
76-
"meson-python>=0.13.1",
76+
"meson-python>=0.13.1,<0.17.0",
7777
"pybind11>=2.6,!=2.13.3",
7878
"setuptools_scm>=7",
7979

0 commit comments

Comments
 (0)