diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8106682..7f2bf16 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" %} @@ -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: @@ -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