Skip to content

Commit

Permalink
Bump nanobind to v2.4.0 (iree-org#19421)
Browse files Browse the repository at this point in the history
Upstream MLIR will require nanobind 2.4.0 (and pins it accordingly) with
the changes porting Python core code to nanobind.
  • Loading branch information
marbre authored Dec 9, 2024
1 parent a5eea6a commit f024875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include(FetchContent)
FetchContent_Declare(
nanobind
GIT_REPOSITORY https://github.com/wjakob/nanobind.git
GIT_TAG 784efa2a0358a4dc5432c74f5685ee026e20f2b6 # 2.2.0
GIT_TAG 0f9ce749b257fdfe701edb3cf6f7027ba029434a # v2.4.0
)
FetchContent_MakeAvailable(nanobind)

Expand Down

0 comments on commit f024875

Please sign in to comment.