Skip to content

Commit

Permalink
Add nanobind to pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jun 24, 2024
1 parent a57d03e commit f433c6d
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 = ["setuptools", "wheel", "numpy>=2.0.0rc1", "cython>=3.0.2", "scikit-build>=0.17.3", "cmake"]
requires = ["setuptools", "wheel", "numpy>=2.0.0rc1", "cython>=3.0.2", "scikit-build>=0.17.3", "cmake", "nanobind>=2.0.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit f433c6d

Please sign in to comment.