From 80e7715fcc2e91f2602470d14c7177a46b5fcba6 Mon Sep 17 00:00:00 2001 From: Ivet Galabova Date: Thu, 19 Dec 2024 15:16:24 +0000 Subject: [PATCH] explicit ninja for build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]