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