Skip to content

Commit

Permalink
maint: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand authored Dec 19, 2023
1 parent 3464591 commit 73b6f5f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
# Core modules (mandatory)
jupyterlite-core==0.1.1
jupyterlab~=3.5.1
jupyterlite-core==0.2.1
jupyterlab~=4.0.9
notebook~=7.0.6

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

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

# Language support (optional)
jupyterlab-language-pack-fr-FR
jupyterlab-language-pack-zh-CN

# JupyterLab: Fasta file renderer (optional)
jupyterlab-fasta>=3,<4
jupyterlab-fasta>=3.3.0,<4
# JupyterLab: dark theme
jupyterlab-night
# JupyterLab: Miami nights theme (optional)
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: plotting libraries (optional)
plotly>=5,<6

# CDS/astro libraries
ipyaladin==0.2.5
astropy==5.2
astroquery==0.4.6
ipyaladin
astropy
astroquery

0 comments on commit 73b6f5f

Please sign in to comment.