Skip to content

Commit

Permalink
Upgrade pybind11 to 2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jan 21, 2025
1 parent 940c425 commit d5a62b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else()
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11
GIT_TAG v2.12.0
GIT_TAG v2.13.6
)
FetchContent_MakeAvailable(pybind11)
endif()
Expand Down

0 comments on commit d5a62b3

Please sign in to comment.