Remove jupyterlab and notebook pins in scipy-notebook (#2060)

This commit is contained in:
Ayaz Salikhov
2023-12-12 08:28:35 +01:00
committed by GitHub
parent 781a0f4d27
commit 55541bdc66

View File

@@ -26,10 +26,6 @@ RUN apt-get update --yes && \
USER ${NB_UID} 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 # Install Python 3 packages
RUN mamba install --yes \ RUN mamba install --yes \
'altair' \ 'altair' \