We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2d791 commit f6b3266Copy full SHA for f6b3266
pyproject.toml
@@ -49,7 +49,7 @@ requires-python = ">=3.9"
49
dev = [
50
"meson-python>=0.13.1",
51
"numpy>=1.25",
52
- "pybind11>=2.6",
+ "pybind11>=2.6,!=2.13.3",
53
"setuptools_scm>=7",
54
# Not required by us but setuptools_scm without a version, cso _if_
55
# installed, then setuptools_scm 8 requires at least this version.
@@ -73,7 +73,7 @@ build-backend = "mesonpy"
73
# Also keep in sync with optional dependencies above.
74
requires = [
75
76
77
78
79
# Comments on numpy build requirement range:
0 commit comments