File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
3230 python -c 'import optuna'
3331 pip install git+https://github.com/optuna/optuna-integration.git
3432 python -c 'import optuna_integration'
Original file line number Diff line number Diff line change 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
3234 pip install -r dask_ml/requirements.txt
You can’t perform that action at this time.
0 commit comments