Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Apr 7, 2024
1 parent 21a519a commit ac1a5ec
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,8 +28,8 @@ dependencies = [
license = { file = "LICENSE" }

[tool.scikit-build]
cmake.version = "3.28"
ninja.version = "1.11"
cmake.version = ">=3.28"
ninja.version = ">=1.11"
ninja.make-fallback = false
cmake.build-type = "Release"
cmake.args = ["-G Ninja"]
Expand Down

0 comments on commit ac1a5ec

Please sign in to comment.