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

Pin six==1.11.0 -> six==1.10.0 #2173

Merged
merged 1 commit into from
Sep 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian stretch main" >> /etc/apt/sour
scikit-learn==0.19.1 \
scipy==1.0.0 \
seaborn==0.9.0 \
six==1.11.0 \
six==1.10.0 \
statsmodels==0.8.0 \
sympy==1.1.1 \
tornado==4.5.1 \
Expand Down Expand Up @@ -164,7 +164,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian stretch main" >> /etc/apt/sour
scikit-learn==0.19.1 \
scipy==1.0.0 \
seaborn==0.9.0 \
six==1.11.0 \
six==1.10.0 \
statsmodels==0.8.0 \
sympy==1.1.1 \
tornado==4.5.1 \
Expand Down