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

Commit

Permalink
Updates numpy to 1.14 and also updates scikit-learn (->0.19.1) and st…
Browse files Browse the repository at this point in the history
…atsmodel (->0.8.0) to satisfy new dependencies (#1965)
  • Loading branch information
rileyjbauer authored Feb 20, 2018
1 parent 0a8e12f commit 9d97983
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
matplotlib==2.1.2 \
mock==2.0.0 \
nltk==3.2.1 \
numpy==1.12.1 \
numpy==1.14.0 \
oauth2client==2.2.0 \
pandas-gbq==0.3.0 \
pandas==0.22.0 \
Expand All @@ -95,11 +95,11 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
pyzmq==16.0.2 \
requests==2.18.4 \
scikit-image==0.13.0 \
scikit-learn==0.18.2 \
scikit-learn==0.19.1 \
scipy==1.0.0 \
seaborn==0.7.0 \
six==1.11.0 \
statsmodels==0.6.1 \
statsmodels==0.8.0 \
sympy==0.7.6.1 \
tornado==4.4.2 \
xgboost==0.6a2 && \
Expand Down Expand Up @@ -132,7 +132,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
mock==2.0.0 \
nltk==3.2.1 \
notebook==4.4.1 \
numpy==1.12.1 \
numpy==1.14.0 \
oauth2client==2.2.0 \
pandas-gbq==0.3.0 \
pandas==0.22.0 \
Expand All @@ -147,11 +147,11 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour
pyzmq==16.0.2 \
requests==2.18.4 \
scikit-image==0.13.0 \
scikit-learn==0.18.2 \
scikit-learn==0.19.1 \
scipy==1.0.0 \
seaborn==0.7.0 \
six==1.11.0 \
statsmodels==0.6.1 \
statsmodels==0.8.0 \
sympy==0.7.6.1 \
tornado==4.4.2 \
xgboost==0.6a2 && \
Expand Down

0 comments on commit 9d97983

Please sign in to comment.