Skip to content

Commit 8118730

Browse files
committed
Updates onecodex to v0.7.2
1 parent 41cfb88 commit 8118730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ RUN pip install \
9494
scipy==1.1.0 \
9595
seaborn==0.9.0 \
9696
selenium==3.141.0 \
97+
statsmodels==0.10.1 \
9798
# sqlalchemy==1.1.0 \
9899
# statsmodels==0.8.0 \
99100
# sympy==1.1 \
@@ -202,7 +203,7 @@ COPY notebook/vega-cli.patch /usr/lib/node_modules
202203
RUN cd /usr/lib/node_modules && patch -p0 < vega-cli.patch
203204

204205
# Install One Codex Python lib
205-
RUN pip install --no-cache onecodex[all]==0.6.2
206+
RUN pip install --no-cache onecodex[all]==0.7.2
206207

207208
# Finally fix permissions on everything
208209
# See https://github.com/jupyter/docker-stacks/issues/188

0 commit comments

Comments
 (0)