From e240fd8be2693b178ac9bcaecb204e259050b180 Mon Sep 17 00:00:00 2001 From: David Cortes Date: Tue, 30 Dec 2025 08:39:44 +0100 Subject: [PATCH 1/2] drop optional shap dependency due to setup issues --- recipe/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8106682..a7152bf 100755 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ # NB: this recipe should be synced between sklearnex repo and feedstocks {% set name = "scikit-learn-intelex" %} -{% set buildnumber = 0 %} +{% set buildnumber = 1 %} # version is set manually in feedstocks and through git tag in repo {% set version = "2025.10.0" %} @@ -76,7 +76,9 @@ test: - xgboost - lightgbm - treelite - - shap + # TODO: re-enable shap once they have py314 support and once they sort + # out their issues with numba version pinnings + # - shap - catboost - array-api-compat - array-api-strict From d17363961981876a05d35dc1561761f5b4e1e6fe Mon Sep 17 00:00:00 2001 From: David Cortes Date: Tue, 30 Dec 2025 08:55:26 +0100 Subject: [PATCH 2/2] fix hash --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a7152bf..7f2bf16 100755 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,7 +13,7 @@ package: # Reminder: source should point to path for repo or github archive for feedstock source: url: https://github.com/uxlfoundation/scikit-learn-intelex/archive/{{ version }}.tar.gz - sha256: 01abc3fd3f0eba5ee291854e7717be3d4cd6a72b14b174c44d358c2f23d327e2 + sha256: 40e556847c2c23c899071372eb14bd548bebb4fdbfdfbc93e3655b91ff34b4a5 patches: - patches/0004-accidental-bad-tests.patch # source: