File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ requires-python = ">=3.10"
47
47
dev = [
48
48
" meson-python>=0.13.1" ,
49
49
" numpy>=1.25" ,
50
- " pybind11>=2.6" ,
50
+ " pybind11>=2.6,!=2.13.3 " ,
51
51
" setuptools_scm>=7" ,
52
52
# Not required by us but setuptools_scm without a version, cso _if_
53
53
# installed, then setuptools_scm 8 requires at least this version.
@@ -71,7 +71,7 @@ build-backend = "mesonpy"
71
71
# Also keep in sync with optional dependencies above.
72
72
requires = [
73
73
" meson-python>=0.13.1" ,
74
- " pybind11>=2.6" ,
74
+ " pybind11>=2.6,!=2.13.3 " ,
75
75
" setuptools_scm>=7" ,
76
76
77
77
# Comments on numpy build requirement range:
Original file line number Diff line number Diff line change 1
- pybind11
1
+ pybind11!=2.13.3
2
2
meson-python
3
3
numpy
4
4
setuptools-scm
You can’t perform that action at this time.
0 commit comments