Skip to content

Commit

Permalink
Remove jupyterlab and notebook pins in scipy-notebook (#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Dec 12, 2023
1 parent 781a0f4 commit 55541bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions images/scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ RUN apt-get update --yes && \

USER ${NB_UID}

# mamba downgrades these packages to previous major versions, which causes issues
RUN echo 'jupyterlab >=4.0.4' >> "${CONDA_DIR}/conda-meta/pinned" && \
echo 'notebook >=7.0.2' >> "${CONDA_DIR}/conda-meta/pinned"

# Install Python 3 packages
RUN mamba install --yes \
'altair' \
Expand Down

0 comments on commit 55541bd

Please sign in to comment.