From 2248b5ee09b4ece7b90c8a46ba6517ea2966ad10 Mon Sep 17 00:00:00 2001 From: RalfG Date: Tue, 10 Feb 2026 14:04:54 +0100 Subject: [PATCH] Add scipy to cibuildwheel pip_only_binary, avoiding failed builds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4abe06a..4f24425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ skip = "cp36-* cp37-* cp38-*" test-command = "ms2pip --help" # Prevent building from source for packages with complex C/C++ dependencies -environment = { PIP_ONLY_BINARY = "pyarrow,pandas,numpy,lxml,xgboost" } +environment = { PIP_ONLY_BINARY = "pyarrow,pandas,numpy,lxml,xgboost,scipy" } [tool.cibuildwheel.macos] before-all = "brew install libomp"