Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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" %}

Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Loading