We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06499a6 + d1309be commit 6757e7cCopy full SHA for 6757e7c
.github/workflows/dask.yml
@@ -27,6 +27,8 @@ jobs:
27
python -m pip install --upgrade pip
28
pip install --progress-bar off -U setuptools
29
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"
32
python -c 'import optuna'
33
pip install git+https://github.com/optuna/optuna-integration.git
34
python -c 'import optuna_integration'
0 commit comments