Skip to content

Commit 3b275b1

Browse files
authored
Upgrade pybind11 2.12 to support both numpy 1.x and 2.x (microsoft#750)
1 parent cbed8fd commit 3b275b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cgmanifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"component": {
145145
"type": "git",
146146
"git": {
147-
"commitHash": "80dc998efced8ceb2be59756668a7e90e8bef917",
147+
"commitHash": "3e9dfa2866941655c56877882565e7577de6fc7b",
148148
"repositoryUrl": "https://github.com/pybind/pybind11.git"
149149
},
150150
"comments": "v2.10.1"

cmake/externals/pybind11.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FetchContent_Declare(
22
pybind11
3-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1.zip
4-
URL_HASH SHA1=769b6aa67a77f17a770960f604b727645b6f6a13
3+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.zip
4+
URL_HASH SHA1=8482f57ed55c7b100672815a311d5450858723fb
55
)
66

77
FetchContent_GetProperties(pybind11)

0 commit comments

Comments
 (0)