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 c4ed9c3 commit 0974b28Copy full SHA for 0974b28
requirements.txt
@@ -1,11 +1,11 @@
1
# Core modules (mandatory)
2
-jupyterlite-core==0.3.0
3
-jupyterlab~=4.1.6
4
-notebook~=7.1.2
+jupyterlite-core==0.4.0
+jupyterlab~=4.2.4
+notebook~=7.2.1
5
6
7
# Python kernel (optional)
8
-jupyterlite-pyodide-kernel==0.3.2
+jupyterlite-pyodide-kernel==0.4.1
9
10
# JavaScript kernel (optional)
11
jupyterlite-javascript-kernel==0.3.0
@@ -30,7 +30,7 @@ jupyterlab-night
30
jupyterlab_miami_nights
31
32
# Python: ipywidget library for Jupyter notebooks (optional)
33
-ipywidgets>=8.1.1,<9
+ipywidgets>=8.1.3,<9
34
# Python: ipyevents library for Jupyter notebooks (optional)
35
ipyevents>=2.0.1
36
# Python: interative Matplotlib library for Jupyter notebooks (optional)
0 commit comments