diff --git a/pyproject.toml b/pyproject.toml index 0a1dee0f11..26f2c67562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]