From 237735adf153da7b9c04df700c91bc369d3c7242 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Mon, 7 Oct 2024 13:44:18 +0200 Subject: [PATCH] Update Pyodide/NGSolve/Webgui --- .github/workflows/deploy.yml | 2 +- requirements.txt | 25 +++++++++++-------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 89f6ecd..0f4f249 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: python -m pip install -r requirements.txt - name: Build the JupyterLite site run: | - jupyter lite build --pyodide https://ngsolve.org/files/pyodide-0.26.0a3/ngsolve_pyodide.tar.bz2 --contents content --output-dir dist + jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_0.26.2.tar.bz2 --contents content --output-dir dist - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: diff --git a/requirements.txt b/requirements.txt index 19324db..dc6bacc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,26 @@ # Core modules (mandatory) -jupyterlite-core==0.3.0b0 -jupyterlab~=4.1.3 +jupyterlite-core==0.4.2 +jupyterlab~=4.2.5 +notebook~=7.2.2 + # Python kernel (optional) -jupyterlite-pyodide-kernel==0.3.0a0 +jupyterlite-pyodide-kernel==0.4.2 # JavaScript kernel (optional) -# jupyterlite-javascript-kernel==0.1.1 +# jupyterlite-javascript-kernel==0.3.0 # Language support (optional) # jupyterlab-language-pack-fr-FR # jupyterlab-language-pack-zh-CN -# SQLite kernel (optional) -# jupyterlite-xeus-sqlite==0.2.1 # P5 kernel (optional) # jupyterlite-p5-kernel==0.1.0 -# Lua kernel (optional) -# jupyterlite-xeus-lua==0.3.1 # JupyterLab: Fasta file renderer (optional) -# jupyterlab-fasta>=3,<4 +# jupyterlab-fasta>=3.3.0,<4 # JupyterLab: Geojson file renderer (optional) -# jupyterlab-geojson>=3,<4 +# jupyterlab-geojson>=3.4.0,<4 # JupyterLab: guided tour (optional) # jupyterlab-tour # JupyterLab: dark theme @@ -31,8 +29,7 @@ jupyterlab-night # jupyterlab_miami_nights # Python: ipywidget library for Jupyter notebooks (optional) -ipywidgets>=8.1.0,<9 -widgetsnbextension==4.0.7 +ipywidgets>=8.1.3,<9 # Python: ipyevents library for Jupyter notebooks (optional) ipyevents>=2.0.1 # Python: interative Matplotlib library for Jupyter notebooks (optional) @@ -46,6 +43,6 @@ ipympl>=0.8.2 #plotly>=5,<6 #bqplot -webgui_jupyter_widgets==0.2.29 +widgetsnbextension==4.0.13 +webgui_jupyter_widgets==0.2.36 jupyterlab-open-url-parameter -