From 924e6f987f67c8e4edd1b4400ca03de916111f5c Mon Sep 17 00:00:00 2001 From: Ralph Urlus Date: Mon, 27 May 2024 13:37:36 +0200 Subject: [PATCH] BLD: Restrict nanobind version to <2.0 v2.0 removed `raw_doc` attribute which we rely on for docstrings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d886710..fe41693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"] +requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2,<2.0.0"] build-backend = "scikit_build_core.build" [project]