Skip to content

Commit 55541bd

Browse files
authored
Remove jupyterlab and notebook pins in scipy-notebook (#2060)
1 parent 781a0f4 commit 55541bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

images/scipy-notebook/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ RUN apt-get update --yes && \
2626

2727
USER ${NB_UID}
2828

29-
# mamba downgrades these packages to previous major versions, which causes issues
30-
RUN echo 'jupyterlab >=4.0.4' >> "${CONDA_DIR}/conda-meta/pinned" && \
31-
echo 'notebook >=7.0.2' >> "${CONDA_DIR}/conda-meta/pinned"
32-
3329
# Install Python 3 packages
3430
RUN mamba install --yes \
3531
'altair' \

0 commit comments

Comments
 (0)