Skip to content

Commit 6757e7c

Browse files
authored
Merge pull request #296 from c-bata/hotfix-dask-workflow
[hotfix] Add the version constraint on dask
2 parents 06499a6 + d1309be commit 6757e7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dask.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install --progress-bar off -U setuptools
2929
pip install git+https://github.com/optuna/optuna.git
30+
# TODO(c-bata): Remove the version constraint after dask-ml supports dask 2025.1.0
31+
pip install "dask<2025.1.0"
3032
python -c 'import optuna'
3133
pip install git+https://github.com/optuna/optuna-integration.git
3234
python -c 'import optuna_integration'

0 commit comments

Comments
 (0)