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"
4747dev = [
4848 " meson-python>=0.13.1" ,
4949 " numpy>=1.25" ,
50- " pybind11>=2.6" ,
50+ " pybind11>=2.6,!=2.13.3 " ,
5151 " setuptools_scm>=7" ,
5252 # Not required by us but setuptools_scm without a version, cso _if_
5353 # installed, then setuptools_scm 8 requires at least this version.
@@ -71,7 +71,7 @@ build-backend = "mesonpy"
7171# Also keep in sync with optional dependencies above.
7272requires = [
7373 " meson-python>=0.13.1" ,
74- " pybind11>=2.6" ,
74+ " pybind11>=2.6,!=2.13.3 " ,
7575 " setuptools_scm>=7" ,
7676
7777 # Comments on numpy build requirement range:
Original file line number Diff line number Diff line change 1- pybind11
1+ pybind11!=2.13.3
22meson-python
33numpy
44setuptools-scm
You can’t perform that action at this time.
0 commit comments