We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1675926 commit 5d33f73Copy full SHA for 5d33f73
datascience/Dockerfile
@@ -126,7 +126,7 @@ RUN \
126
gem install numpy -v ">= 0.4.0" && \
127
gem install matplotlib -v ">= 1.2.0" && \
128
gem install pandas -v ">= 0.3.8" && \
129
- gem install charty -v ">= 0.2.11" && \
+ gem install charty -v ">= 0.2.12" && \
130
gem install red-datasets -v ">= 0.1.4" && \
131
gem install unicode_plot -v ">= 0.0.5" && \
132
\
minimal/Dockerfile
@@ -127,7 +127,7 @@ RUN \
133
0 commit comments