We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873c7bd commit 01d57feCopy full SHA for 01d57fe
Dependencies.txt
@@ -12,9 +12,9 @@ GLPK=5.0
12
HiGHS=v1.9.0
13
Scip=v920
14
# Python
15
-pybind11=v2.12.0
16
-pybind11_abseil=52f2739
17
-pybind11_protobuf=3b11990
+pybind11=v2.13.6
+pybind11_abseil=v202402.0
+pybind11_protobuf=84653a591aea5df482dc2bde42c19efafbd53a57
18
# Testing
19
googletest=v1.15.2
20
benchmark=v1.9.1
cmake/dependencies/CMakeLists.txt
@@ -176,7 +176,7 @@ if(BUILD_PYTHON AND BUILD_pybind11)
176
FetchContent_Declare(
177
pybind11
178
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
179
- GIT_TAG "v2.13.1"
+ GIT_TAG "v2.13.6"
180
GIT_SHALLOW TRUE
181
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11.patch"
182
)
0 commit comments