Skip to content

Commit 8351a70

Browse files
authored
Update dependencies (#128)
* Update `jupyterlite-core` and `jupyterlite-pyodide-kernel` * Update `ipywidgets`
1 parent 2a7685d commit 8351a70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Core modules (mandatory)
2-
jupyterlite-core==0.1.1
2+
jupyterlite-core==0.1.2
33
jupyterlab~=3.5.1
44

55
# Python kernel (optional)
6-
jupyterlite-pyodide-kernel==0.0.10
6+
jupyterlite-pyodide-kernel==0.1.2
77

88
# JavaScript kernel (optional)
9-
jupyterlite-javascript-kernel==0.1.1
9+
jupyterlite-javascript-kernel==0.1.2
1010

1111
# Language support (optional)
1212
jupyterlab-language-pack-fr-FR
@@ -31,7 +31,7 @@ jupyterlab-night
3131
jupyterlab_miami_nights
3232

3333
# Python: ipywidget library for Jupyter notebooks (optional)
34-
ipywidgets>=8.0.0,<9
34+
ipywidgets>=8.1.1,<9
3535
# Python: ipyevents library for Jupyter notebooks (optional)
3636
ipyevents>=2.0.1
3737
# Python: interative Matplotlib library for Jupyter notebooks (optional)

0 commit comments

Comments
 (0)