Skip to content

Commit

Permalink
Bump pybind11 from version 2.10 to 2.12 for numpy version 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-z-9000-times committed Sep 2, 2024
1 parent 17bf808 commit eb82760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if(EXISTS "${REPOSITORY_DIR}/build/ThirdParty/share/pybind11.tar.gz")
set(URL "${REPOSITORY_DIR}/build/ThirdParty/share/pybind11.tar.gz")
else()
set(URL https://github.com/pybind/pybind11/archive/v2.10.1.tar.gz)
set(URL https://github.com/pybind/pybind11/archive/v2.12.0.tar.gz)
endif()

message(STATUS "obtaining PyBind11")
Expand Down

0 comments on commit eb82760

Please sign in to comment.