From 0241d9658c06ecf2ef8e5d51172086dd586d2f86 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Mon, 7 Oct 2024 13:44:18 +0200 Subject: [PATCH] update --- .github/workflows/deploy.yml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 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..4047d57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # Core modules (mandatory) -jupyterlite-core==0.3.0b0 +jupyterlite-core==0.4.2 jupyterlab~=4.1.3 # Python kernel (optional) -jupyterlite-pyodide-kernel==0.3.0a0 +jupyterlite-pyodide-kernel==0.4.2 # JavaScript kernel (optional) # jupyterlite-javascript-kernel==0.1.1 @@ -46,6 +46,6 @@ ipympl>=0.8.2 #plotly>=5,<6 #bqplot -webgui_jupyter_widgets==0.2.29 +webgui_jupyter_widgets==0.2.35 jupyterlab-open-url-parameter