From abada73776b9909bf86db218862155f7119e4d07 Mon Sep 17 00:00:00 2001 From: Adekunle Onaopepo Date: Mon, 16 Sep 2024 11:44:58 +0200 Subject: [PATCH] Webcolors update to fix python upgrade --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 01a646a..e6eeba4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN mamba install --quiet -y \ jupyterlab-git \ jupyterlab-lsp \ jupyter-lsp-python \ + webcolors \ # jupyterlab \ # ipywidgets \ # jupyter_bokeh \