[CI] Use latest dask (#4973)
* Remove version spec, to use latest dask always
This commit is contained in:
committed by
Jiaming Yuan
parent
741fbf47c4
commit
95295ce026
@@ -17,7 +17,7 @@ ENV PATH=/opt/python/bin:$PATH
|
||||
# Install Python packages
|
||||
RUN \
|
||||
pip install numpy pytest scipy scikit-learn pandas matplotlib wheel kubernetes urllib3 graphviz && \
|
||||
pip install "dask[complete]==2.0.0"
|
||||
pip install "dask[complete]"
|
||||
|
||||
ENV GOSU_VERSION 1.10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user