Skip to content

Commit

Permalink
Merge pull request #254 from HideakiImamura/ci/fix-dask
Browse files Browse the repository at this point in the history
Remove dask version constraint
  • Loading branch information
nabenabe0928 authored Apr 11, 2024
2 parents 5f03d54 + c49d575 commit 578da90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dask_ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
pip install git+https://github.com/optuna/optuna.git
python -c 'import optuna'
# TODO(nabenabe0928/2024/03/12): Remove this version constraint once the following PR is merged.
# https://github.com/dask/distributed/pull/8575
# NOTE(nabenabe0928): dask-expr supports only python>=3.9.
pip install "dask[dataframe]<2024.3.0"
pip install -r dask_ml/requirements.txt
- name: Run examples
run: |
Expand Down

0 comments on commit 578da90

Please sign in to comment.