Skip to content

Commit

Permalink
Avoid use of pybind11 2.13.3 due to Windows quoting bug (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Aug 14, 2024
1 parent ab2deef commit f3719c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These are the requirements from the build-system section of pyproject.toml
meson >= 1.2.0
meson-python >= 0.13.1
pybind11 >= 2.13.1
pybind11 >= 2.13.1, != 2.13.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "mesonpy"
requires = [
"meson >= 1.2.0",
"meson-python >= 0.13.1",
"pybind11 >= 2.13.1",
"pybind11 >= 2.13.1, != 2.13.3",
]

[project]
Expand Down

0 comments on commit f3719c0

Please sign in to comment.