Skip to content

Commit

Permalink
BLD: Restrict nanobind version to <2.0
Browse files Browse the repository at this point in the history
v2.0 removed `raw_doc` attribute which we rely on for docstrings
  • Loading branch information
RUrlus committed May 27, 2024
1 parent 5eab589 commit 924e6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 924e6f9

Please sign in to comment.