Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel authored Oct 15, 2024
1 parent 640f865 commit cc43679
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Core modules (mandatory)
jupyterlite-core==0.3.0
jupyterlab~=4.1.6
notebook~=7.1.2
jupyterlite-core==0.4.1
jupyterlab~=4.2.5
notebook~=7.2.2


# Python kernel (optional)
jupyterlite-pyodide-kernel==0.3.2
jupyterlite-pyodide-kernel==0.4.2

# JavaScript kernel (optional)
jupyterlite-javascript-kernel==0.3.0
Expand All @@ -29,10 +29,8 @@ jupyterlab-night
# JupyterLab: Miami nights theme (optional)
jupyterlab_miami_nights

jupyterlab-open-url-parameter

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.1.1,<9
ipywidgets>=8.1.3,<9
# Python: ipyevents library for Jupyter notebooks (optional)
ipyevents>=2.0.1
# Python: interative Matplotlib library for Jupyter notebooks (optional)
Expand All @@ -45,3 +43,5 @@ ipyleaflet
# Python: plotting libraries (optional)
plotly>=5,<6
bqplot

jupyterlab-open-url-parameter

0 comments on commit cc43679

Please sign in to comment.