From 1a1c2b49ad5cafe30398107a6cddb9fdda5b1360 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 9 Dec 2024 16:42:03 +0100 Subject: [PATCH] Bump nanobind to v2.4.0 --- shortfin/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortfin/python/CMakeLists.txt b/shortfin/python/CMakeLists.txt index d125416af..f8b515d9a 100644 --- a/shortfin/python/CMakeLists.txt +++ b/shortfin/python/CMakeLists.txt @@ -14,7 +14,7 @@ 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)