From 2de08a8a05000c52a7b0535e73f6d3298b73158d Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:29:27 +0200 Subject: [PATCH] bumped versions --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 94c1e47..e9dbb44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ # Core modules (mandatory) -jupyterlite-core==0.3.0 # https://pypi.org/project/jupyterlite-core/#history -jupyterlab==4.2.0 # https://pypi.org/project/jupyterlab/#history +jupyterlite-core==0.4.0 # https://pypi.org/project/jupyterlite-core/#history +jupyterlab==4.2.4 # https://pypi.org/project/jupyterlab/#history # Python kernel (optional) -jupyterlite-pyodide-kernel==0.3.1 # https://pypi.org/project/jupyterlite-pyodide-kernel/#history +jupyterlite-pyodide-kernel==0.4.0 # https://pypi.org/project/jupyterlite-pyodide-kernel/#history # JupyterLab: Fasta file renderer (optional) jupyterlab-fasta>=3,<4 # https://pypi.org/project/jupyterlab-fasta/#history # JupyterLab: Geojson file renderer (optional) -jupyterlab-geojson>=3,<4 # https://pypi.org/project/jupyterlab-geojson/#history +# jupyterlab-geojson>=3,<4 # https://pypi.org/project/jupyterlab-geojson/#history # JupyterLab: dark theme -jupyterlab-night # https://pypi.org/project/jupyterlab-night/#history +# jupyterlab-night # https://pypi.org/project/jupyterlab-night/#history # Python: ipywidget library for Jupyter notebooks (optional) ipywidgets>=8.0.0,<9 # https://pypi.org/project/ipywidgets/#history