Skip to content

Commit

Permalink
Merge pull request matplotlib#29297 from QuLogic/auto-backport-of-pr-…
Browse files Browse the repository at this point in the history
…29295-on-v3.9.x

Backport PR matplotlib#29295 on branch v3.9.x (BLD: Pin meson-python to <0.17.0)
  • Loading branch information
QuLogic authored Dec 13, 2024
2 parents 57f7fdf + 9d3cc1e commit beb28e9
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 @@ -48,7 +48,7 @@ requires-python = ">=3.9"
[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",
"numpy>=1.25",
"pybind11>=2.6,!=2.13.3",
"setuptools_scm>=7",
Expand All @@ -73,7 +73,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.6,!=2.13.3",
"setuptools_scm>=7",

Expand Down

0 comments on commit beb28e9

Please sign in to comment.