Skip to content

Commit 814405d

Browse files
committed
Unpin meson-python build requirement
This is pinned to fix sdists, but we already have one and are building a wheel, which should be fine.
1 parent 944d502 commit 814405d

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
@@ -47,7 +47,7 @@ requires-python = ">=3.10"
4747
[project.optional-dependencies]
4848
# Should be a copy of the build dependencies below.
4949
dev = [
50-
"meson-python>=0.13.1,<0.17.0",
50+
"meson-python>=0.13.1",
5151
"pybind11>=2.13.2,!=2.13.3",
5252
"setuptools_scm>=7",
5353
# Not required by us but setuptools_scm without a version, cso _if_
@@ -71,7 +71,7 @@ dev = [
7171
build-backend = "mesonpy"
7272
# Also keep in sync with optional dependencies above.
7373
requires = [
74-
"meson-python>=0.13.1,<0.17.0",
74+
"meson-python>=0.13.1",
7575
"pybind11>=2.13.2,!=2.13.3",
7676
"setuptools_scm>=7",
7777
]

0 commit comments

Comments
 (0)