Skip to content

Commit f2d0ec0

Browse files
committed
install complete dask
1 parent c065808 commit f2d0ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/azure/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
9595
python -m pip install -U pip
9696
python -m pip install numpy scipy joblib cython
9797
python -m pip install pandas
98-
python -m pip install dask
98+
python -m pip install "dask[complete]"
9999
python -m pip install scikit-learn
100100
python -m pip install pytest==$PYTEST_VERSION pytest-cov pytest-xdist
101101
fi

0 commit comments

Comments
 (0)