Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Oct 7, 2024
1 parent c87f104 commit 0241d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0241d96

Please sign in to comment.