Skip to content

Commit

Permalink
Upgrade pybind11 2.12 to support both numpy 1.x and 2.x (microsoft#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Jun 20, 2024
1 parent cbed8fd commit 3b275b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "80dc998efced8ceb2be59756668a7e90e8bef917",
"commitHash": "3e9dfa2866941655c56877882565e7577de6fc7b",
"repositoryUrl": "https://github.com/pybind/pybind11.git"
},
"comments": "v2.10.1"
Expand Down
4 changes: 2 additions & 2 deletions cmake/externals/pybind11.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FetchContent_Declare(
pybind11
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1.zip
URL_HASH SHA1=769b6aa67a77f17a770960f604b727645b6f6a13
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.zip
URL_HASH SHA1=8482f57ed55c7b100672815a311d5450858723fb
)

FetchContent_GetProperties(pybind11)
Expand Down

0 comments on commit 3b275b1

Please sign in to comment.