Skip to content

Commit 01d57fe

Browse files
committed
cmake: update pybind11 to v2.13.6
sync Dependencies.txt
1 parent 873c7bd commit 01d57fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dependencies.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ GLPK=5.0
1212
HiGHS=v1.9.0
1313
Scip=v920
1414
# Python
15-
pybind11=v2.12.0
16-
pybind11_abseil=52f2739
17-
pybind11_protobuf=3b11990
15+
pybind11=v2.13.6
16+
pybind11_abseil=v202402.0
17+
pybind11_protobuf=84653a591aea5df482dc2bde42c19efafbd53a57
1818
# Testing
1919
googletest=v1.15.2
2020
benchmark=v1.9.1

cmake/dependencies/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ if(BUILD_PYTHON AND BUILD_pybind11)
176176
FetchContent_Declare(
177177
pybind11
178178
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
179-
GIT_TAG "v2.13.1"
179+
GIT_TAG "v2.13.6"
180180
GIT_SHALLOW TRUE
181181
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11.patch"
182182
)

0 commit comments

Comments
 (0)