Skip to content

Commit ff0a79b

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 4550b06 commit ff0a79b

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

0 commit comments

Comments
 (0)