From cf9e6134202ff87dec2a4a76b3bde2880bc321c3 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Tue, 12 Sep 2023 17:47:17 -0400 Subject: [PATCH] Update scikit-build-core options --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff41e64..6724e38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,8 +45,10 @@ all = [ [tool.scikit-build] wheel.packages = ["llama_cpp"] -wheel.expand-macos-universal-tags = true cmake.verbose = true +cmake.minimum-version = "3.12" +minimum-version = "0.5" +ninja.make-fallback = false [project.urls] Homepage = "https://github.com/abetlen/llama-cpp-python"