From b6cd609570ad6214b3d018e2e0b0865a3ab8de18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WANG=20J=C3=A9r=C3=A9my?= Date: Mon, 20 Apr 2026 15:07:05 +0200 Subject: [PATCH 1/2] update jupyterlite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WANG Jérémy --- requirements.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 761a02f..03150cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,10 @@ # Core modules (mandatory) -jupyterlite-core==0.5.0 -jupyterlab~=4.3.4 -notebook~=7.3.2 - +jupyterlite-core==0.7.1 +jupyterlab~=4.5.1 +notebook~=7.5.1 # Python kernel (optional) -jupyterlite-pyodide-kernel==0.5.0 +jupyterlite-pyodide-kernel==0.7.0 # JavaScript kernel (optional) jupyterlite-javascript-kernel==0.3.0 @@ -41,7 +40,7 @@ ipycanvas>=0.9.1 ipyleaflet # Python: plotting libraries (optional) -plotly>=5,<6 +plotly>=6,<7 bqplot # specific libraries From 6385671542fa25bff10d214436d92f97eca862dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WANG=20J=C3=A9r=C3=A9my?= Date: Mon, 20 Apr 2026 15:08:40 +0200 Subject: [PATCH 2/2] revert plotly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WANG Jérémy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03150cb..1bf8687 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ ipycanvas>=0.9.1 ipyleaflet # Python: plotting libraries (optional) -plotly>=6,<7 +plotly>=5,<6 bqplot # specific libraries