Skip to content

Commit

Permalink
explicit ninja for build
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Dec 19, 2024
1 parent d12990c commit 80e7715
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 @@
"Bug Tracker" = "https://github.com/ERGO-Code/HiGHS/issues"

[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11", "numpy"]
requires = ["scikit-build-core>=0.3.3", "pybind11", "numpy", "ninja"]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit 80e7715

Please sign in to comment.