Skip to content

Commit

Permalink
change ninja version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Dec 29, 2024
1 parent 2195385 commit 0859524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ dependencies = [
requires = [
"nanobind>=1.8.0,<3.0.0",
"scikit-build-core",
"ninja"
]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
cmake.minimum-version = "3.18"
cmake.version = ">=3.18"
ninja.version = ">=1.11"
sdist.exclude = [
".github",
"bindings/c",
Expand Down

0 comments on commit 0859524

Please sign in to comment.