Skip to content

Commit

Permalink
Update pybind11 to v2.11.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gigony committed Oct 27, 2023
1 parent 238e0fc commit ca85068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/cmake/deps/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (NOT TARGET deps::pybind11)
FetchContent_Declare(
deps-pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.3
GIT_TAG v2.11.1
GIT_SHALLOW TRUE
)
FetchContent_GetProperties(deps-pybind11)
Expand Down
2 changes: 1 addition & 1 deletion python/cmake/deps/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (NOT TARGET deps::pybind11)
FetchContent_Declare(
deps-pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.3
GIT_TAG v2.11.1
GIT_SHALLOW TRUE
)
FetchContent_GetProperties(deps-pybind11)
Expand Down

0 comments on commit ca85068

Please sign in to comment.