From a84527192c83711cf34f6cc492ebb986c242df29 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 31 Jan 2025 14:17:44 +0100 Subject: [PATCH] Update pyodide --- .github/workflows/deploy.yml | 12 ++++++------ requirements.txt | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f4f249..c1b48eb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,19 +13,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.11' - name: Install the dependencies run: | python -m pip install -r requirements.txt - name: Build the JupyterLite site run: | - jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_0.26.2.tar.bz2 --contents content --output-dir dist + jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_0.27.2.tar.bz2 --contents content --output-dir dist - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./dist @@ -44,4 +44,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 diff --git a/requirements.txt b/requirements.txt index dbdf559..66ffc7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # Core modules (mandatory) -jupyterlite-core==0.4.2 -jupyterlab~=4.2.5 -notebook~=7.2.2 +jupyterlite-core==0.5.1 +jupyterlab~=4.3.4 +notebook~=7.3.2 # Python kernel (optional) -jupyterlite-pyodide-kernel==0.4.2 +jupyterlite-pyodide-kernel==0.5.2 # JavaScript kernel (optional) # jupyterlite-javascript-kernel==0.3.0