Skip to content

Commit 6deb71a

Browse files
authored
Bump nanobind to 2.10.2 (#7479)
### Motivation and Context This PR bumps nanobind to 2.10.2 Signed-off-by: Yuanyuan Chen <[email protected]>
1 parent 5f57001 commit 6deb71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ if(ONNX_BUILD_PYTHON)
475475
FetchContent_Declare(
476476
nanobind
477477
GIT_REPOSITORY https://github.com/wjakob/nanobind.git
478-
GIT_TAG v2.8.0
478+
GIT_TAG v2.10.2
479479
GIT_SHALLOW TRUE
480480
)
481481
FetchContent_MakeAvailable(nanobind)

0 commit comments

Comments
 (0)