From 998110e47d05640ee3de48bb6ae93234c93d2453 Mon Sep 17 00:00:00 2001 From: Arash Badie-Modiri Date: Wed, 17 Jul 2024 16:57:13 +0200 Subject: [PATCH] pin nanobind to 1.9.2 MSVC has some issues that need to be resolved for 2: https://github.com/wjakob/nanobind/issues/613 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ccc954..681861e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ repository = "https://github.com/mnets/bliss_bind" bug-tracker = "https://github.com/mnets/bliss_bind/issues" [build-system] -requires = ["scikit-build-core >=0.8.0", "nanobind >=1.8.0"] +requires = ["scikit-build-core >=0.8.0", "nanobind ==1.9.2"] build-backend = "scikit_build_core.build"