Skip to content

Commit ca85068

Browse files
committed
Update pybind11 to v2.11.1
This PR updates pybind11 to v2.11.1. Even with the latest version of pybind11, we still have an issue with `pybind11::array_t` when cuCIM is used in multithread without importing numpy in the main thread. pybind/pybind11#4877 Will need to wait for the next release of pybind11. Signed-off-by: Gigon Bae <gbae@nvidia.com>
1 parent 238e0fc commit ca85068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/cmake/deps/pybind11.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (NOT TARGET deps::pybind11)
1717
FetchContent_Declare(
1818
deps-pybind11
1919
GIT_REPOSITORY https://github.com/pybind/pybind11.git
20-
GIT_TAG v2.10.3
20+
GIT_TAG v2.11.1
2121
GIT_SHALLOW TRUE
2222
)
2323
FetchContent_GetProperties(deps-pybind11)

python/cmake/deps/pybind11.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (NOT TARGET deps::pybind11)
1717
FetchContent_Declare(
1818
deps-pybind11
1919
GIT_REPOSITORY https://github.com/pybind/pybind11.git
20-
GIT_TAG v2.10.3
20+
GIT_TAG v2.11.1
2121
GIT_SHALLOW TRUE
2222
)
2323
FetchContent_GetProperties(deps-pybind11)

0 commit comments

Comments
 (0)