From 55541bdc664c46a5f292dcec9c03e082f58bb757 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 12 Dec 2023 08:28:35 +0100 Subject: [PATCH] Remove jupyterlab and notebook pins in scipy-notebook (#2060) --- images/scipy-notebook/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/images/scipy-notebook/Dockerfile b/images/scipy-notebook/Dockerfile index 6f14a27a..1c8003d4 100644 --- a/images/scipy-notebook/Dockerfile +++ b/images/scipy-notebook/Dockerfile @@ -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' \