Skip to content

Commit

Permalink
[ci] remove constraints on dask and scipy in CI (fixes #5390)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 21, 2022
1 parent 61ef3ad commit debd3b2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,11 @@ if [[ $TASK == "swig" ]]; then
exit 0
fi

# temporary fix for https://github.com/microsoft/LightGBM/issues/5390
if [[ $PYTHON_VERSION == "3.7" ]]; then
DEPENDENCIES="dask distributed"
else
DEPENDENCIES="dask=2022.7.0 distributed=2022.7.0 scipy<1.9"
fi

# re-including python=version[build=*cpython] to ensure that conda doesn't fall back to pypy
conda install -q -y -n $CONDA_ENV \
cloudpickle \
${DEPENDENCIES} \
dask-core \
distributed \
joblib \
matplotlib \
numpy \
Expand Down

0 comments on commit debd3b2

Please sign in to comment.