File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,9 @@ RUN apt-get -y install zlib1g-dev liblcms2-dev libwebp-dev libgeos-dev && \
143
143
# MXNet
144
144
pip install mxnet && \
145
145
# h2o (requires java)
146
- # Upgrade numpy with pip to avoid install errors
147
- pip install --upgrade numpy && \
146
+ # Some packages such as sk_image are not compatible with the 1.16 version yet.
147
+ # See: https://github.com/scikit-image/scikit-image/issues/3551
148
+ pip install numpy==1.15.4 && \
148
149
# requires java
149
150
apt-get install -y default-jdk && \
150
151
cd /usr/local/src && mkdir h2o && cd h2o && \
@@ -404,7 +405,6 @@ RUN pip install bcolz && \
404
405
pip install nbconvert && \
405
406
pip install nbformat && \
406
407
pip install notebook==5.5.0 && \
407
- pip install numpy && \
408
408
pip install olefile && \
409
409
pip install opencv-python && \
410
410
pip install --upgrade pandas && \
You can’t perform that action at this time.
0 commit comments