Skip to content

Commit

Permalink
Update minimum pybind11 to 2.13.2 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Oct 25, 2024
1 parent 27160ab commit 1429fbf
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, != 2.13.3
pybind11 >= 2.13.2, != 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, != 2.13.3",
"pybind11 >= 2.13.2, != 2.13.3",
]

[project]
Expand Down

0 comments on commit 1429fbf

Please sign in to comment.