Skip to content

Commit

Permalink
Revert "[ci] Temporary pin dask version at CI (microsoft#4770)"
Browse files Browse the repository at this point in the history
This reverts commit 2394b41.
  • Loading branch information
jmoralez committed Nov 5, 2021
1 parent 2394b41 commit 15b7366
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,7 @@ if [[ $TASK == "swig" ]]; then
exit 0
fi

# temporary fix for https://github.com/microsoft/LightGBM/issues/4769
if [[ $PYTHON_VERSION == "3.6" ]]; then
DASK_DEPENDENCIES="dask distributed"
else
DASK_DEPENDENCIES="dask=2021.9.1 distributed=2021.9.1"
fi

conda install -q -y -n $CONDA_ENV cloudpickle ${DASK_DEPENDENCIES} joblib matplotlib numpy pandas psutil pytest scikit-learn scipy
conda install -q -y -n $CONDA_ENV cloudpickle dask distributed joblib matplotlib numpy pandas psutil pytest scikit-learn scipy
pip install graphviz # python-graphviz from Anaconda is not allowed to be installed with Python 3.9

if [[ $OS_NAME == "macos" ]] && [[ $COMPILER == "clang" ]]; then
Expand Down

0 comments on commit 15b7366

Please sign in to comment.