Skip to content

Commit

Permalink
BLD: Avoid pybind11 2.13.3 due to Windows quoting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Aug 14, 2024
1 parent b7f05fd commit 5aff384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ requires-python = ">=3.10"
dev = [
"meson-python>=0.13.1",
"numpy>=1.25",
"pybind11>=2.6",
"pybind11>=2.6,!=2.13.3",
"setuptools_scm>=7",
# Not required by us but setuptools_scm without a version, cso _if_
# installed, then setuptools_scm 8 requires at least this version.
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev/build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pybind11
pybind11!=2.13.3
meson-python
numpy
setuptools-scm

0 comments on commit 5aff384

Please sign in to comment.