Skip to content

Commit

Permalink
Update dependencies (jupyterlite#128)
Browse files Browse the repository at this point in the history
* Update `jupyterlite-core` and `jupyterlite-pyodide-kernel`

* Update `ipywidgets`
  • Loading branch information
jtpio committed Sep 15, 2023
1 parent 2a7685d commit 8351a70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Core modules (mandatory)
jupyterlite-core==0.1.1
jupyterlite-core==0.1.2
jupyterlab~=3.5.1

# Python kernel (optional)
jupyterlite-pyodide-kernel==0.0.10
jupyterlite-pyodide-kernel==0.1.2

# JavaScript kernel (optional)
jupyterlite-javascript-kernel==0.1.1
jupyterlite-javascript-kernel==0.1.2

# Language support (optional)
jupyterlab-language-pack-fr-FR
Expand All @@ -31,7 +31,7 @@ jupyterlab-night
jupyterlab_miami_nights

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.0.0,<9
ipywidgets>=8.1.1,<9
# Python: ipyevents library for Jupyter notebooks (optional)
ipyevents>=2.0.1
# Python: interative Matplotlib library for Jupyter notebooks (optional)
Expand Down

0 comments on commit 8351a70

Please sign in to comment.