From 801ebc86eeb3c00a253c617bd22ed99f7efb4211 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 16 Dec 2024 13:08:02 -0800 Subject: [PATCH] Upgrade to nanobind 2.4.0 (#665) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2393d5a..f7faae75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -268,7 +268,7 @@ if(BUILD_PYTHON) fetchcontent_declare( nanobind GIT_REPOSITORY https://github.com/wjakob/nanobind.git - GIT_TAG v2.2.0 + GIT_TAG v2.4.0 ) fetchcontent_makeavailable(nanobind) else()