Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 9d97983

Browse files
authored
Updates numpy to 1.14 and also updates scikit-learn (->0.19.1) and statsmodel (->0.8.0) to satisfy new dependencies (#1965)
1 parent 0a8e12f commit 9d97983

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

containers/base/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
8080
matplotlib==2.1.2 \
8181
mock==2.0.0 \
8282
nltk==3.2.1 \
83-
numpy==1.12.1 \
83+
numpy==1.14.0 \
8484
oauth2client==2.2.0 \
8585
pandas-gbq==0.3.0 \
8686
pandas==0.22.0 \
@@ -95,11 +95,11 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
9595
pyzmq==16.0.2 \
9696
requests==2.18.4 \
9797
scikit-image==0.13.0 \
98-
scikit-learn==0.18.2 \
98+
scikit-learn==0.19.1 \
9999
scipy==1.0.0 \
100100
seaborn==0.7.0 \
101101
six==1.11.0 \
102-
statsmodels==0.6.1 \
102+
statsmodels==0.8.0 \
103103
sympy==0.7.6.1 \
104104
tornado==4.4.2 \
105105
xgboost==0.6a2 && \
@@ -132,7 +132,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
132132
mock==2.0.0 \
133133
nltk==3.2.1 \
134134
notebook==4.4.1 \
135-
numpy==1.12.1 \
135+
numpy==1.14.0 \
136136
oauth2client==2.2.0 \
137137
pandas-gbq==0.3.0 \
138138
pandas==0.22.0 \
@@ -147,11 +147,11 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
147147
pyzmq==16.0.2 \
148148
requests==2.18.4 \
149149
scikit-image==0.13.0 \
150-
scikit-learn==0.18.2 \
150+
scikit-learn==0.19.1 \
151151
scipy==1.0.0 \
152152
seaborn==0.7.0 \
153153
six==1.11.0 \
154-
statsmodels==0.6.1 \
154+
statsmodels==0.8.0 \
155155
sympy==0.7.6.1 \
156156
tornado==4.4.2 \
157157
xgboost==0.6a2 && \

0 commit comments

Comments
 (0)