From b6e30768d7497b5f3b08138d94eca1561df50b68 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Tue, 16 Mar 2021 05:08:51 +0300 Subject: [PATCH] Revert "[ci] prevent getting incompatible dask and distributed versions (#4054)" (#4076) This reverts commit 4e9c976867e1493b881b32d0e94ccf5c915fa31f. --- .ci/test.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.ci/test.sh b/.ci/test.sh index 65eac1b58225..98b9d85b0438 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -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