From 8351a70459be947af02c828c41ff1c28a522bf7c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 15 Sep 2023 14:30:18 +0200 Subject: [PATCH] Update dependencies (#128) * Update `jupyterlite-core` and `jupyterlite-pyodide-kernel` * Update `ipywidgets` --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ffff3e888..f42a44658 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ # Core modules (mandatory) -jupyterlite-core==0.1.1 +jupyterlite-core==0.1.2 jupyterlab~=3.5.1 # Python kernel (optional) -jupyterlite-pyodide-kernel==0.0.10 +jupyterlite-pyodide-kernel==0.1.2 # JavaScript kernel (optional) -jupyterlite-javascript-kernel==0.1.1 +jupyterlite-javascript-kernel==0.1.2 # Language support (optional) jupyterlab-language-pack-fr-FR @@ -31,7 +31,7 @@ jupyterlab-night jupyterlab_miami_nights # Python: ipywidget library for Jupyter notebooks (optional) -ipywidgets>=8.0.0,<9 +ipywidgets>=8.1.1,<9 # Python: ipyevents library for Jupyter notebooks (optional) ipyevents>=2.0.1 # Python: interative Matplotlib library for Jupyter notebooks (optional)