Skip to content

Commit 6f92dd2

Browse files
committed
update requirements
1 parent 827621b commit 6f92dd2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
11
# Core modules (mandatory)
2-
jupyterlite-core==0.3.0
3-
jupyterlab~=4.1.6
4-
notebook~=7.1.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.3.2
7+
jupyterlite-pyodide-kernel==0.4.2
88

9-
# JupyterLab: Fasta file renderer (optional)
10-
# jupyterlab-fasta>=3.3.0,<4
11-
# JupyterLab: Geojson file renderer (optional)
12-
# jupyterlab-geojson>=3.4.0,<4
13-
# JupyterLab: guided tour (optional)
14-
# TODO: re-enable after https://github.com/jupyterlab-contrib/jupyterlab-tour/issues/82
15-
# jupyterlab-tour
169
# JupyterLab: dark theme
1710
jupyterlab-night
18-
# JupyterLab: Miami nights theme (optional)
19-
jupyterlab_miami_nights
2011

2112
# Python: ipywidget library for Jupyter notebooks (optional)
22-
ipywidgets>=8.1.1,<9
13+
ipywidgets>=8.1.3,<9
2314
# Python: ipyevents library for Jupyter notebooks (optional)
2415
ipyevents>=2.0.1
2516
# Python: interative Matplotlib library for Jupyter notebooks (optional)
@@ -35,3 +26,12 @@ bqplot
3526

3627
# Python: threejs bridge
3728
pythreejs>=2.3.0
29+
30+
# BRG packages
31+
compas_ags
32+
compas_dr
33+
compas_fd
34+
compas_model
35+
compas_dem
36+
compas_tna
37+
compas_notebook

0 commit comments

Comments
 (0)