Skip to content

Commit

Permalink
cmake: update pybind11 to v2.13.6
Browse files Browse the repository at this point in the history
* sync Dependencies.txt
  • Loading branch information
Mizux committed Feb 12, 2025
1 parent 460cc86 commit 73bef34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 73bef34

Please sign in to comment.