From 230dccf33251c9645845c1b2ef956b3e1db27ef6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= <nthiery@users.sf.net>
Date: Sun, 11 Feb 2024 22:46:49 +0100
Subject: [PATCH] Downgrade to 4.0.12 for compatibility with JupyterLab-Deck

---
 environment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index 6bc5dfc..9988a72 100644
--- a/environment.yml
+++ b/environment.yml
@@ -12,7 +12,7 @@ dependencies:
 
 ##############################################################################
 # JupyterLab
-- jupyterlab>=4
+- jupyterlab==4.0.12
 - jupyterlab-language-pack-fr-FR
 - nbgitpuller
 #- jupyter-collaboration
-- 
GitLab