Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Jul 25, 2024
1 parent 7c95125 commit 2de08a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Core modules (mandatory)
jupyterlite-core==0.3.0 # https://pypi.org/project/jupyterlite-core/#history
jupyterlab==4.2.0 # https://pypi.org/project/jupyterlab/#history
jupyterlite-core==0.4.0 # https://pypi.org/project/jupyterlite-core/#history
jupyterlab==4.2.4 # https://pypi.org/project/jupyterlab/#history

# Python kernel (optional)
jupyterlite-pyodide-kernel==0.3.1 # https://pypi.org/project/jupyterlite-pyodide-kernel/#history
jupyterlite-pyodide-kernel==0.4.0 # https://pypi.org/project/jupyterlite-pyodide-kernel/#history

# JupyterLab: Fasta file renderer (optional)
jupyterlab-fasta>=3,<4 # https://pypi.org/project/jupyterlab-fasta/#history
# JupyterLab: Geojson file renderer (optional)
jupyterlab-geojson>=3,<4 # https://pypi.org/project/jupyterlab-geojson/#history
# jupyterlab-geojson>=3,<4 # https://pypi.org/project/jupyterlab-geojson/#history
# JupyterLab: dark theme
jupyterlab-night # https://pypi.org/project/jupyterlab-night/#history
# jupyterlab-night # https://pypi.org/project/jupyterlab-night/#history

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.0.0,<9 # https://pypi.org/project/ipywidgets/#history
Expand Down

0 comments on commit 2de08a8

Please sign in to comment.