We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4550b06 commit ff0a79bCopy full SHA for ff0a79b
pyproject.toml
@@ -48,7 +48,7 @@ requires-python = ">=3.10"
48
[project.optional-dependencies]
49
# Should be a copy of the build dependencies below.
50
dev = [
51
- "meson-python>=0.13.1,<0.17.0",
+ "meson-python>=0.13.1",
52
"pybind11>=2.13.2,!=2.13.3",
53
"setuptools_scm>=7",
54
# Not required by us but setuptools_scm without a version, cso _if_
@@ -72,7 +72,7 @@ dev = [
72
build-backend = "mesonpy"
73
# Also keep in sync with optional dependencies above.
74
requires = [
75
76
77
78
]
0 commit comments