File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
# 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
5
5
6
6
# Python kernel (optional)
7
- jupyterlite-pyodide-kernel == 0.3 .2
7
+ jupyterlite-pyodide-kernel == 0.4 .2
8
8
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
16
9
# JupyterLab: dark theme
17
10
jupyterlab-night
18
- # JupyterLab: Miami nights theme (optional)
19
- jupyterlab_miami_nights
20
11
21
12
# Python: ipywidget library for Jupyter notebooks (optional)
22
- ipywidgets >= 8.1.1 ,< 9
13
+ ipywidgets >= 8.1.3 ,< 9
23
14
# Python: ipyevents library for Jupyter notebooks (optional)
24
15
ipyevents >= 2.0.1
25
16
# Python: interative Matplotlib library for Jupyter notebooks (optional)
@@ -35,3 +26,12 @@ bqplot
35
26
36
27
# Python: threejs bridge
37
28
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
You can’t perform that action at this time.
0 commit comments