Skip to content

Commit

Permalink
Add cmake/ninja to pyproject.toml (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Jul 18, 2023
1 parent a19df79 commit 95c9b33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ requires = [
"wheel",
"scikit-build>=0.13.1",
"Cython>=0.24",
"scipy>=0.16"
"scipy>=0.16",
"cmake>=3.18",
"ninja"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 95c9b33

Please sign in to comment.