Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libshortfin] Bump nanobind to version 2.0.0 #278

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions shortfin/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
# Others.

# nanobind
# Pinned to a pre 2.2.0 commit hash which includes free threaded support.
# TODO: Bump to 2.2.0 when available.
FetchContent_Declare(
nanobind
GIT_REPOSITORY https://github.com/wjakob/nanobind.git
GIT_TAG 8ce0dee7f62add575f85c0de386a9c819e4d50af # HEAD > 2.1.0
GIT_TAG 784efa2a0358a4dc5432c74f5685ee026e20f2b6 # 2.2.0
)
FetchContent_MakeAvailable(nanobind)

Expand Down
Loading