From cc43679101a28a0538766c2fb9650c6245f04019 Mon Sep 17 00:00:00 2001 From: Stephen Zweibel Date: Tue, 15 Oct 2024 14:09:14 -0400 Subject: [PATCH] Update requirements.txt --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0982e72..09f7a62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # Core modules (mandatory) -jupyterlite-core==0.3.0 -jupyterlab~=4.1.6 -notebook~=7.1.2 +jupyterlite-core==0.4.1 +jupyterlab~=4.2.5 +notebook~=7.2.2 # Python kernel (optional) -jupyterlite-pyodide-kernel==0.3.2 +jupyterlite-pyodide-kernel==0.4.2 # JavaScript kernel (optional) jupyterlite-javascript-kernel==0.3.0 @@ -29,10 +29,8 @@ jupyterlab-night # JupyterLab: Miami nights theme (optional) jupyterlab_miami_nights -jupyterlab-open-url-parameter - # Python: ipywidget library for Jupyter notebooks (optional) -ipywidgets>=8.1.1,<9 +ipywidgets>=8.1.3,<9 # Python: ipyevents library for Jupyter notebooks (optional) ipyevents>=2.0.1 # Python: interative Matplotlib library for Jupyter notebooks (optional) @@ -45,3 +43,5 @@ ipyleaflet # Python: plotting libraries (optional) plotly>=5,<6 bqplot + +jupyterlab-open-url-parameter