Skip to content

Commit 0974b28

Browse files
authored
Update to JupyterLite 0.4.0 (#146)
* Update to JupyterLite 0.4.0 * Update requirements.txt * Update requirements.txt
1 parent c4ed9c3 commit 0974b28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Core modules (mandatory)
2-
jupyterlite-core==0.3.0
3-
jupyterlab~=4.1.6
4-
notebook~=7.1.2
2+
jupyterlite-core==0.4.0
3+
jupyterlab~=4.2.4
4+
notebook~=7.2.1
55

66

77
# Python kernel (optional)
8-
jupyterlite-pyodide-kernel==0.3.2
8+
jupyterlite-pyodide-kernel==0.4.1
99

1010
# JavaScript kernel (optional)
1111
jupyterlite-javascript-kernel==0.3.0
@@ -30,7 +30,7 @@ jupyterlab-night
3030
jupyterlab_miami_nights
3131

3232
# Python: ipywidget library for Jupyter notebooks (optional)
33-
ipywidgets>=8.1.1,<9
33+
ipywidgets>=8.1.3,<9
3434
# Python: ipyevents library for Jupyter notebooks (optional)
3535
ipyevents>=2.0.1
3636
# Python: interative Matplotlib library for Jupyter notebooks (optional)

0 commit comments

Comments
 (0)