Skip to content

Commit

Permalink
Remove additional unneeded build dependencies.
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
joaander and henryiii committed Jun 13, 2024
1 parent d854681 commit 14e9951
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
Expand Up @@ -3,7 +3,7 @@ name = "nanobind"
version = "2.0.1"

[build-system]
requires = ["scikit-build-core", "cmake>=3.17", "ninja"]
requires = ["scikit-build-core"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
Expand Down

0 comments on commit 14e9951

Please sign in to comment.