Skip to content

Commit 0f3a6d6

Browse files
committed
kernel used for compas
1 parent 36ea10f commit 0f3a6d6

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

requirements.txt

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,13 @@
11
# Core modules (mandatory)
2-
jupyterlite-core==0.5.0
3-
jupyterlab~=4.3.4
4-
notebook~=7.3.2
2+
jupyterlite-core==0.4.1
3+
jupyterlab~=4.2.5
4+
notebook~=7.2.2
55

66
# Python kernel (optional)
7-
jupyterlite-pyodide-kernel==0.5.0
7+
jupyterlite-pyodide-kernel==0.4.2
88

9-
# JavaScript kernel (optional)
10-
# jupyterlite-javascript-kernel==0.3.0
11-
12-
# Language support (optional)
13-
# jupyterlab-language-pack-fr-FR
14-
# jupyterlab-language-pack-zh-CN
15-
16-
# P5 kernel (optional)
17-
# jupyterlite-p5-kernel==0.1.0
18-
19-
# JupyterLab: Fasta file renderer (optional)
20-
# jupyterlab-fasta>=3.3.0,<4
21-
# JupyterLab: Geojson file renderer (optional)
22-
# jupyterlab-geojson>=3.4.0,<4
23-
# JupyterLab: guided tour (optional)
24-
# TODO: re-enable after https://github.com/jupyterlab-contrib/jupyterlab-tour/issues/82
25-
# jupyterlab-tour
269
# JupyterLab: dark theme
2710
jupyterlab-night
28-
# JupyterLab: Miami nights theme (optional)
29-
jupyterlab_miami_nights
3011

3112
# Python: ipywidget library for Jupyter notebooks (optional)
3213
ipywidgets>=8.1.3,<9
@@ -40,19 +21,8 @@ ipycanvas>=0.9.1
4021
ipyleaflet
4122

4223
# Python: plotting libraries (optional)
43-
# plotly>=5,<6
44-
# bqplot
24+
plotly>=5,<6
25+
bqplot
4526

4627
# Python: threejs bridge
4728
pythreejs>=2.3.0
48-
49-
# BRG packages
50-
51-
compas
52-
compas_ags
53-
compas_dr
54-
compas_fd
55-
# compas_model
56-
# compas_dem
57-
compas_tna
58-
compas_notebook

0 commit comments

Comments
 (0)