Skip to content

Commit 5aff384

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ requires-python = ">=3.10"
4747
dev = [
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.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pybind11
1+
pybind11!=2.13.3
22
meson-python
33
numpy
44
setuptools-scm

0 commit comments

Comments
 (0)