Skip to content

Commit

Permalink
upper bound on sklearn for distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Dec 16, 2024
1 parent 1013383 commit 0d3ef60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install the library
run: pip install uv && uv pip install --system ".[all]" "numba>=0.60" shap window-ops
run: pip install uv && uv pip install --system ".[all]" "numba>=0.60" "scikit-learn<1.6" shap window-ops

- name: Run all tests
run: nbdev_test --n_workers 0 --do_print --timing --skip_file_re 'electricity' --flags 'polars shap window_ops'
Expand Down

0 comments on commit 0d3ef60

Please sign in to comment.