Skip to content

Commit cb09cba

Browse files
authored
Update to JupyterLite 0.6.0 (#156)
* Update to JupyterLite 0.6.0 * Update requirements.txt * Update requirements.txt
1 parent 7d36b8f commit cb09cba

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.5.0
3-
jupyterlab~=4.3.4
4-
notebook~=7.3.2
2+
jupyterlite-core==0.6.0
3+
jupyterlab~=4.4.3
4+
notebook~=7.4.3
55

66

77
# Python kernel (optional)
8-
jupyterlite-pyodide-kernel==0.5.0
8+
jupyterlite-pyodide-kernel==0.6.0
99

1010
# JavaScript kernel (optional)
1111
jupyterlite-javascript-kernel==0.3.0
@@ -40,5 +40,5 @@ ipycanvas>=0.9.1
4040
ipyleaflet
4141

4242
# Python: plotting libraries (optional)
43-
plotly>=5,<6
43+
plotly>=6,<7
4444
bqplot

0 commit comments

Comments
 (0)