Thanks to visit codestin.com Credit goes to github.com
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 57f7fdf commit 9d3cc1eCopy full SHA for 9d3cc1e
pyproject.toml
@@ -48,7 +48,7 @@ requires-python = ">=3.9"
48
[project.optional-dependencies]
49
# Should be a copy of the build dependencies below.
50
dev = [
51
- "meson-python>=0.13.1",
+ "meson-python>=0.13.1,<0.17.0",
52
"numpy>=1.25",
53
"pybind11>=2.6,!=2.13.3",
54
"setuptools_scm>=7",
@@ -73,7 +73,7 @@ dev = [
73
build-backend = "mesonpy"
74
# Also keep in sync with optional dependencies above.
75
requires = [
76
77
78
79
0 commit comments