Skip to content

Commit f6b3266

Browse files
committed
BLD: Avoid pybind11 2.13.3 due to Windows quoting bug
See pybind/pybind11#5300 (comment)
1 parent 8e2d791 commit f6b3266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ requires-python = ">=3.9"
4949
dev = [
5050
"meson-python>=0.13.1",
5151
"numpy>=1.25",
52-
"pybind11>=2.6",
52+
"pybind11>=2.6,!=2.13.3",
5353
"setuptools_scm>=7",
5454
# Not required by us but setuptools_scm without a version, cso _if_
5555
# installed, then setuptools_scm 8 requires at least this version.
@@ -73,7 +73,7 @@ build-backend = "mesonpy"
7373
# Also keep in sync with optional dependencies above.
7474
requires = [
7575
"meson-python>=0.13.1",
76-
"pybind11>=2.6",
76+
"pybind11>=2.6,!=2.13.3",
7777
"setuptools_scm>=7",
7878

7979
# Comments on numpy build requirement range:

0 commit comments

Comments
 (0)