Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit beb28e9

Browse filesBrowse files
authored
Merge pull request #29297 from QuLogic/auto-backport-of-pr-29295-on-v3.9.x
Backport PR #29295 on branch v3.9.x (BLD: Pin meson-python to <0.17.0)
2 parents 57f7fdf + 9d3cc1e commit beb28e9
Copy full SHA for beb28e9

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.