[CI] Fix broken installation of Pandas (#4704)
This commit is contained in:
parent
d5c386ae24
commit
2758c5acea
@ -24,7 +24,7 @@ RUN \
|
|||||||
pip install pyyaml cpplint pylint astroid sphinx numpy scipy pandas matplotlib sh recommonmark guzzle_sphinx_theme mock \
|
pip install pyyaml cpplint pylint astroid sphinx numpy scipy pandas matplotlib sh recommonmark guzzle_sphinx_theme mock \
|
||||||
breathe matplotlib graphviz pytest scikit-learn wheel kubernetes urllib3 && \
|
breathe matplotlib graphviz pytest scikit-learn wheel kubernetes urllib3 && \
|
||||||
pip install https://h2o-release.s3.amazonaws.com/datatable/stable/datatable-0.7.0/datatable-0.7.0-cp37-cp37m-linux_x86_64.whl && \
|
pip install https://h2o-release.s3.amazonaws.com/datatable/stable/datatable-0.7.0/datatable-0.7.0-cp37-cp37m-linux_x86_64.whl && \
|
||||||
conda install dask=2.0.0
|
pip install "dask[complete]==2.0.0"
|
||||||
|
|
||||||
# Install lightweight sudo (not bound to TTY)
|
# Install lightweight sudo (not bound to TTY)
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user