Skip to content

Commit 30ed1f7

Browse files
committed
upgrade scipy package, pin nbclassic due to bug
1 parent 34cd736 commit 30ed1f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scipy/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ RUN pip install \
6161
pqdm \
6262
qgrid \
6363
nbresuse==0.3.3 \
64-
nbgitpuller && \
64+
nbclassic==0.2.8 \
65+
nbgitpuller \
66+
scipy==1.7.1 && \
6567
jupyter serverextension enable --py nbresuse --sys-prefix && \
6668
jupyter nbextension install --py nbresuse --sys-prefix && \
6769
jupyter nbextension enable --py nbresuse --sys-prefix && \

0 commit comments

Comments
 (0)