Skip to content

Commit

Permalink
Revert "[ci] prevent getting incompatible dask and distributed versio…
Browse files Browse the repository at this point in the history
…ns (#4054)" (#4076)

This reverts commit 4e9c976.
  • Loading branch information
StrikerRUS authored Mar 16, 2021
1 parent 1f4a084 commit b6e3076
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,13 @@ if [[ $TASK == "swig" ]]; then
exit 0
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:
# 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 \
-n $CONDA_ENV \
-c conda-forge \
'dask>=2021.3.0' \
'distributed>=2021.3.0' \
python-graphviz \
xorg-libxau

Expand Down

0 comments on commit b6e3076

Please sign in to comment.