Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit beb28e9

Browse 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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
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)