Skip to content

Commit

Permalink
Backport PR matplotlib#29295: BLD: Pin meson-python to <0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jklymak authored and meeseeksmachine committed Dec 13, 2024
1 parent ec4e177 commit 8f303f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requires-python = ">=3.10"
[project.optional-dependencies]
# Should be a copy of the build dependencies below.
dev = [
"meson-python>=0.13.1",
"meson-python>=0.13.1,<0.17.0",
"pybind11>=2.13.2,!=2.13.3",
"setuptools_scm>=7",
# Not required by us but setuptools_scm without a version, cso _if_
Expand All @@ -70,7 +70,7 @@ dev = [
build-backend = "mesonpy"
# Also keep in sync with optional dependencies above.
requires = [
"meson-python>=0.13.1",
"meson-python>=0.13.1,<0.17.0",
"pybind11>=2.13.2,!=2.13.3",
"setuptools_scm>=7",
]
Expand Down

0 comments on commit 8f303f2

Please sign in to comment.