From 297590ab3414e50f4057bfcf29370848e124bb74 Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Thu, 20 Mar 2025 18:32:59 +0100
Subject: [PATCH] fix(ebrainslab): pin version of py-ipywidgets and
 py-jupyterlab-widgets

to be compatible with the Lab's base image
---
 site-config/ebrainslab/spack.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site-config/ebrainslab/spack.yaml b/site-config/ebrainslab/spack.yaml
index 5e2f9363..25336210 100644
--- a/site-config/ebrainslab/spack.yaml
+++ b/site-config/ebrainslab/spack.yaml
@@ -7,7 +7,7 @@ spack:
     - py-notebook
     - r-irkernel
     # "collab"-specific constraint to match ("jupyterlab_widgets") in the base image
-    - py-ipywidgets
+    - py-ipywidgets@7.7.0
+    - py-jupyterlab-widgets@1.1.0
     # Collab utils
     - clb-nb-utils@0.1.0
-
-- 
GitLab