cmake: update pybind11 to v2.13.6

* sync Dependencies.txt
This commit is contained in:
Corentin Le Molgat
2025-02-12 14:31:02 +01:00
parent 460cc866a6
commit 73bef34d95
2 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ GLPK=5.0
HiGHS=v1.9.0
Scip=v920
# Python
pybind11=v2.12.0
pybind11_abseil=52f2739
pybind11_protobuf=3b11990
pybind11=v2.13.6
pybind11_abseil=v202402.0
pybind11_protobuf=84653a591aea5df482dc2bde42c19efafbd53a57
# Testing
googletest=v1.15.2
benchmark=v1.9.1

View File

@@ -176,7 +176,7 @@ if(BUILD_PYTHON AND BUILD_pybind11)
FetchContent_Declare(
pybind11
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
GIT_TAG "v2.13.1"
GIT_TAG "v2.13.6"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11.patch"
)