Skip to content

Commit c945082

Browse files
committed
Update environment file for 2022, ipywidgets=7
1 parent 9d9ce60 commit c945082

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

environment.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
1-
name: widgets-tutorial-2021
1+
name: widgets-tutorial-2022
22
channels:
33
- conda-forge
44
dependencies:
5-
- bqplot=0.12.29
6-
- ipycanvas=0.8.2
7-
- ipycytoscape=1.2.2
8-
- ipydatagrid=1.0.7
5+
- bqplot=0.12.33
6+
- branca=0.5.0
7+
- ipycanvas=0.12.0
8+
- ipycytoscape=1.3.3
9+
- ipydatagrid=1.1.12
10+
- ipyevents=2.0.1
911
- ipygany=0.5.0
10-
- ipyleaflet=0.14.0
11-
- ipympl=0.7.0
12+
- ipyleaflet=0.16.0
13+
- ipympl=0.9.1
1214
- ipytree=0.2.1
1315
- ipyvolume=0.6.0a8
14-
- ipyvuetify=1.7.0
15-
- ipywidgets=7.6
16-
- jupyterlab=3
16+
- ipyvuetify=1.8.2
17+
- ipywidgets=7.7.0
18+
- jupyterlab=3.4
1719
- numpy
1820
- pandas
1921
- pip
20-
- python=3.8
22+
- python=3.9
2123
- pythreejs=2.3.0
22-
- pyvista=0.31.3
24+
- pyvista=0.34.0
2325
- requests
2426
- scikit-image
2527
- scipy
2628
- sidecar=0.5.1
27-
- voila=0.2.10
29+
- voila=0.2.19
2830
- voila-vuetify=0.5.2
2931
- voila-material=0.4.0
30-
- vtk=8.2.0
32+
- vtk=9.1.0

0 commit comments

Comments
 (0)