"...tests/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "788f3a1a9f402bce83e06cdea8752430cb75ff2b"
Unverified Commit b6e30768 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

Revert "[ci] prevent getting incompatible dask and distributed versions (#4054)" (#4076)

This reverts commit 4e9c9768.
parent 1f4a0842
...@@ -96,19 +96,13 @@ if [[ $TASK == "swig" ]]; then ...@@ -96,19 +96,13 @@ if [[ $TASK == "swig" ]]; then
exit 0 exit 0
fi fi
conda install -q -y -n $CONDA_ENV cloudpickle 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
# graphviz must come from conda-forge to avoid this on some linux distros: # graphviz must come from conda-forge to avoid this on some linux distros:
# https://github.com/conda-forge/graphviz-feedstock/issues/18 # https://github.com/conda-forge/graphviz-feedstock/issues/18
#
# dask and distributed must come from conda-forge because they need to be kept
# in sync and conda-forge packages are updated more quickly (automatically based
# on pushes to PyPI)
conda install -q -y \ conda install -q -y \
-n $CONDA_ENV \ -n $CONDA_ENV \
-c conda-forge \ -c conda-forge \
'dask>=2021.3.0' \
'distributed>=2021.3.0' \
python-graphviz \ python-graphviz \
xorg-libxau xorg-libxau
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment