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 327f317

Browse files
authored
Pin six==1.11.0 -> six==1.10.0 (#2173)
Avoids google/apitools#175, matches six in current container (sha256:d8826f5df792ddde9e152da08309edefc79b5ef30bf9232ef98c6772dffe6f7b) tests passed https://travis-ci.org/github/googledatalab/datalab/jobs/725411522
1 parent 1ee12c2 commit 327f317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian stretch main" >> /etc/apt/sour
105105
scikit-learn==0.19.1 \
106106
scipy==1.0.0 \
107107
seaborn==0.9.0 \
108-
six==1.11.0 \
108+
six==1.10.0 \
109109
statsmodels==0.8.0 \
110110
sympy==1.1.1 \
111111
tornado==4.5.1 \
@@ -164,7 +164,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian stretch main" >> /etc/apt/sour
164164
scikit-learn==0.19.1 \
165165
scipy==1.0.0 \
166166
seaborn==0.9.0 \
167-
six==1.11.0 \
167+
six==1.10.0 \
168168
statsmodels==0.8.0 \
169169
sympy==1.1.1 \
170170
tornado==4.5.1 \

0 commit comments

Comments
 (0)