Skip to content

Commit e531377

Browse files
authored
Merge pull request #660 from Kaggle/rm-numpy-pin
Remove numpy version pin
2 parents 5afeb87 + 9ba7595 commit e531377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ RUN apt-get -y install zlib1g-dev liblcms2-dev libwebp-dev libgeos-dev && \
131131
pip install cartopy && \
132132
# MXNet
133133
pip install mxnet && \
134-
# b/140423854 v1.17 prints annoying deprecation warning messages with TensorFlow 1.14.0. Remove once we upgrade to TF 1.14.1 or 2.x
135-
pip install numpy==1.16.4 && \
134+
# b/145358669 remove --upgrade once we upgrade base image which will include numpy >= 1.17
135+
pip install --upgrade numpy && \
136136
pip install gluonnlp && \
137137
pip install gluoncv && \
138138
# h2o (requires java)

0 commit comments

Comments
 (0)