Skip to content

Commit

Permalink
revert to jupyterlite 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand authored Aug 22, 2023
1 parent 8fccac7 commit de734e0
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
# Core modules (mandatory)
jupyterlite-core >=0.1.2,<0.2.0
jupyterlab>=4.0.0
jupyterlab~=3.5.1

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

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

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

# JupyterLab: Fasta file renderer (optional)
jupyterlab-fasta>=3,<4
# JupyterLab: dark theme
jupyterlab-night
# JupyterLab: Miami nights theme (optional)
jupyterlab_miami_nights

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.1.0,<9
# Python: ipyevents library for Jupyter notebooks (optional)
ipyevents>=2.0.1
# Python: interative Matplotlib library for Jupyter notebooks (optional)
ipympl>=0.8.2
# Python: ipycanvas library for Jupyter notebooks (optional)
ipycanvas>=0.9.1
# Python: ipyleaflet library for Jupyter notebooks (optional)
ipyleaflet
ipywidgets>=8.0.0,<9

# Python: plotting libraries (optional)
plotly>=5,<6
bqplot

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

0 comments on commit de734e0

Please sign in to comment.