We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d36b8f commit cb09cbaCopy full SHA for cb09cba
requirements.txt
@@ -1,11 +1,11 @@
1
# Core modules (mandatory)
2
-jupyterlite-core==0.5.0
3
-jupyterlab~=4.3.4
4
-notebook~=7.3.2
+jupyterlite-core==0.6.0
+jupyterlab~=4.4.3
+notebook~=7.4.3
5
6
7
# Python kernel (optional)
8
-jupyterlite-pyodide-kernel==0.5.0
+jupyterlite-pyodide-kernel==0.6.0
9
10
# JavaScript kernel (optional)
11
jupyterlite-javascript-kernel==0.3.0
@@ -40,5 +40,5 @@ ipycanvas>=0.9.1
40
ipyleaflet
41
42
# Python: plotting libraries (optional)
43
-plotly>=5,<6
+plotly>=6,<7
44
bqplot
0 commit comments