Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Removed SQLLite & Lua
  • Loading branch information
steverumsby authored Feb 27, 2024
1 parent e2ebfe9 commit ca40947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jupyterlab-language-pack-fr-FR
jupyterlab-language-pack-zh-CN

# SQLite kernel (optional)
jupyterlite-xeus-sqlite==0.2.1
#jupyterlite-xeus-sqlite==0.2.1
# P5 kernel (optional)
jupyterlite-p5-kernel==0.1.0
# Lua kernel (optional)
jupyterlite-xeus-lua==0.3.1
#jupyterlite-xeus-lua==0.3.1

# JupyterLab: Fasta file renderer (optional)
jupyterlab-fasta>=3.3.0,<4
Expand All @@ -31,7 +31,7 @@ jupyterlab-geojson>=3.4.0,<4
# JupyterLab: dark theme
jupyterlab-night
# JupyterLab: Miami nights theme (optional)
jupyterlab_miami_nights
#jupyterlab_miami_nights

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

0 comments on commit ca40947

Please sign in to comment.