Skip to content

Commit 22f0d95

Browse files
committed
add shapely
1 parent 7ce0daa commit 22f0d95

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

requirements.txt

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# 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
55

66
# Python kernel (optional)
7-
jupyterlite-pyodide-kernel==0.4.2
7+
jupyterlite-pyodide-kernel==0.5.0
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
926
# JupyterLab: dark theme
1027
jupyterlab-night
28+
# JupyterLab: Miami nights theme (optional)
29+
jupyterlab_miami_nights
1130

1231
# Python: ipywidget library for Jupyter notebooks (optional)
1332
ipywidgets>=8.1.3,<9
@@ -21,13 +40,15 @@ ipycanvas>=0.9.1
2140
ipyleaflet
2241

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

2746
# Python: threejs bridge
2847
pythreejs>=2.3.0
2948

3049
# BRG packages
50+
shapely
51+
3152
compas_ags
3253
compas_dr
3354
compas_fd

0 commit comments

Comments
 (0)