We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cfb88 commit 8118730Copy full SHA for 8118730
Dockerfile
@@ -94,6 +94,7 @@ RUN pip install \
94
scipy==1.1.0 \
95
seaborn==0.9.0 \
96
selenium==3.141.0 \
97
+ statsmodels==0.10.1 \
98
# sqlalchemy==1.1.0 \
99
# statsmodels==0.8.0 \
100
# sympy==1.1 \
@@ -202,7 +203,7 @@ COPY notebook/vega-cli.patch /usr/lib/node_modules
202
203
RUN cd /usr/lib/node_modules && patch -p0 < vega-cli.patch
204
205
# Install One Codex Python lib
-RUN pip install --no-cache onecodex[all]==0.6.2
206
+RUN pip install --no-cache onecodex[all]==0.7.2
207
208
# Finally fix permissions on everything
209
# See https://github.com/jupyter/docker-stacks/issues/188
0 commit comments