Skip to content

Commit b671c41

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 283c500 commit b671c41

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.9"
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
"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,<0.17.0",
76+
"meson-python>=0.13.1",
7777
"pybind11>=2.6,!=2.13.3",
7878
"setuptools_scm>=7",
7979
"numpy",

0 commit comments

Comments
 (0)