File tree Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Core modules (mandatory)
2
- jupyterlite-core == 0.4.1
3
- jupyterlab ~= 4.2.5
4
- notebook ~= 7.2 .2
2
+ jupyterlite-core == 0.5.0
3
+ jupyterlab ~= 4.3.4
4
+ notebook ~= 7.3 .2
5
5
6
6
# Python kernel (optional)
7
- jupyterlite-pyodide-kernel == 0.4.2
7
+ jupyterlite-pyodide-kernel == 0.5.0
8
8
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
9
26
# JupyterLab: dark theme
10
27
jupyterlab-night
28
+ # JupyterLab: Miami nights theme (optional)
29
+ jupyterlab_miami_nights
11
30
12
31
# Python: ipywidget library for Jupyter notebooks (optional)
13
32
ipywidgets >= 8.1.3 ,< 9
@@ -21,13 +40,15 @@ ipycanvas>=0.9.1
21
40
ipyleaflet
22
41
23
42
# Python: plotting libraries (optional)
24
- plotly >= 5 ,< 6
25
- bqplot
43
+ # plotly>=5,<6
44
+ # bqplot
26
45
27
46
# Python: threejs bridge
28
47
pythreejs >= 2.3.0
29
48
30
49
# BRG packages
50
+ shapely
51
+
31
52
compas_ags
32
53
compas_dr
33
54
compas_fd
You can’t perform that action at this time.
0 commit comments