We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c065808 commit f2d0ec0Copy full SHA for f2d0ec0
build_tools/azure/install.sh
@@ -95,7 +95,7 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
95
python -m pip install -U pip
96
python -m pip install numpy scipy joblib cython
97
python -m pip install pandas
98
- python -m pip install dask
+ python -m pip install "dask[complete]"
99
python -m pip install scikit-learn
100
python -m pip install pytest==$PYTEST_VERSION pytest-cov pytest-xdist
101
fi
0 commit comments