Skip to content

Commit 237735a

Browse files
committed
Update Pyodide/NGSolve/Webgui
1 parent c87f104 commit 237735a

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install -r requirements.txt
2424
- name: Build the JupyterLite site
2525
run: |
26-
jupyter lite build --pyodide https://ngsolve.org/files/pyodide-0.26.0a3/ngsolve_pyodide.tar.bz2 --contents content --output-dir dist
26+
jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_0.26.2.tar.bz2 --contents content --output-dir dist
2727
- name: Upload artifact
2828
uses: actions/upload-pages-artifact@v1
2929
with:

requirements.txt

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
# Core modules (mandatory)
2-
jupyterlite-core==0.3.0b0
3-
jupyterlab~=4.1.3
2+
jupyterlite-core==0.4.2
3+
jupyterlab~=4.2.5
4+
notebook~=7.2.2
5+
46

57
# Python kernel (optional)
6-
jupyterlite-pyodide-kernel==0.3.0a0
8+
jupyterlite-pyodide-kernel==0.4.2
79

810
# JavaScript kernel (optional)
9-
# jupyterlite-javascript-kernel==0.1.1
11+
# jupyterlite-javascript-kernel==0.3.0
1012

1113
# Language support (optional)
1214
# jupyterlab-language-pack-fr-FR
1315
# jupyterlab-language-pack-zh-CN
1416

15-
# SQLite kernel (optional)
16-
# jupyterlite-xeus-sqlite==0.2.1
1717
# P5 kernel (optional)
1818
# jupyterlite-p5-kernel==0.1.0
19-
# Lua kernel (optional)
20-
# jupyterlite-xeus-lua==0.3.1
2119

2220
# JupyterLab: Fasta file renderer (optional)
23-
# jupyterlab-fasta>=3,<4
21+
# jupyterlab-fasta>=3.3.0,<4
2422
# JupyterLab: Geojson file renderer (optional)
25-
# jupyterlab-geojson>=3,<4
23+
# jupyterlab-geojson>=3.4.0,<4
2624
# JupyterLab: guided tour (optional)
2725
# jupyterlab-tour
2826
# JupyterLab: dark theme
@@ -31,8 +29,7 @@ jupyterlab-night
3129
# jupyterlab_miami_nights
3230

3331
# Python: ipywidget library for Jupyter notebooks (optional)
34-
ipywidgets>=8.1.0,<9
35-
widgetsnbextension==4.0.7
32+
ipywidgets>=8.1.3,<9
3633
# Python: ipyevents library for Jupyter notebooks (optional)
3734
ipyevents>=2.0.1
3835
# Python: interative Matplotlib library for Jupyter notebooks (optional)
@@ -46,6 +43,6 @@ ipympl>=0.8.2
4643
#plotly>=5,<6
4744
#bqplot
4845

49-
webgui_jupyter_widgets==0.2.29
46+
widgetsnbextension==4.0.13
47+
webgui_jupyter_widgets==0.2.36
5048
jupyterlab-open-url-parameter
51-

0 commit comments

Comments
 (0)