We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feec911 commit 98d43beCopy full SHA for 98d43be
requirements.txt
@@ -1,13 +1,13 @@
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
# Python kernel (optional)
7
-jupyterlite-pyodide-kernel==0.5.0
+jupyterlite-pyodide-kernel==0.7.0
8
9
# Python: ipywidget library for Jupyter notebooks (optional)
10
ipywidgets>=8.1.3,<9
11
12
# Python: interative Matplotlib library for Jupyter notebooks (optional)
13
-ipympl>=0.8.2
+ipympl>=0.9.8
0 commit comments