We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d2150 commit 598bc0fCopy full SHA for 598bc0f
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.7.0
+jupyterlab~=4.5.0
+notebook~=7.5.0
5
6
7
# Python kernel (optional)
8
-jupyterlite-pyodide-kernel==0.5.0
+jupyterlite-pyodide-kernel==0.7.0
9
10
# JavaScript kernel (optional)
11
#jupyterlite-javascript-kernel==0.3.0
@@ -41,7 +41,7 @@ ipycanvas>=0.9.1
41
ipyleaflet
42
43
# Python: plotting libraries (optional)
44
-plotly>=5,<6
+plotly>=6,<7
45
bqplot
46
# Python: data science libraries (optional)
47
numpy
0 commit comments