Skip to content

Commit

Permalink
Merge pull request #296 from c-bata/hotfix-dask-workflow
Browse files Browse the repository at this point in the history
[hotfix] Add the version constraint on dask
  • Loading branch information
y0z authored Jan 21, 2025
2 parents 06499a6 + d1309be commit 6757e7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python -m pip install --upgrade pip
pip install --progress-bar off -U setuptools
pip install git+https://github.com/optuna/optuna.git
# TODO(c-bata): Remove the version constraint after dask-ml supports dask 2025.1.0
pip install "dask<2025.1.0"
python -c 'import optuna'
pip install git+https://github.com/optuna/optuna-integration.git
python -c 'import optuna_integration'
Expand Down

0 comments on commit 6757e7c

Please sign in to comment.