Skip to content

Commit

Permalink
Merge pull request #1020 from htm-community/numpy-v2
Browse files Browse the repository at this point in the history
Bump pybind11 from version 2.10 to 2.12 for numpy version 2 support
  • Loading branch information
ctrl-z-9000-times authored Sep 2, 2024
2 parents aaf1f38 + eb82760 commit 743fbfe
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 743fbfe

Please sign in to comment.