Skip to content

Commit ee24bee

Browse files
authored
Merge pull request #12 from uw-it-aca/pm-Update_scipy_1-7-1
upgrade scipy package, pin nbclassic due to bug
2 parents 60ea9f3 + 30ed1f7 commit ee24bee

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)