Skip to content

Commit 589a359

Browse files
committed
Change environment to include year and update version pins
1 parent 6d86c57 commit 589a359

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

environment.yml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
name: widgets-tutorial
1+
name: widgets-tutorial-2021
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.8
6-
- pip
5+
- bqplot=0.12.29
6+
- ipycanvas=0.9.0
7+
- ipycytoscape=1.2.2
8+
- ipydatagrid=1.0.7
9+
- ipygany=0.5.0
10+
- ipyleaflet=0.14.0
11+
- ipympl=0.7.0
12+
- ipytree=0.2.1
13+
- ipyvolume=0.6.0a8
14+
- ipyvuetify=1.7.0
15+
- ipywidgets=7.6
16+
- jupyterlab=3
717
- numpy
8-
- scikit-image
9-
- scipy
1018
- pandas
19+
- pip
20+
- python=3.8
21+
- pythreejs=2.3.0
1122
- requests
12-
- ipywidgets
13-
- bqplot
14-
- ipyleaflet
15-
- pythreejs
16-
- ipycanvas
17-
- ipytree
18-
- ipympl
19-
- ipygany
20-
- ipydatagrid
21-
- ipycytoscape
22-
# - pywwt
23-
- sidecar
24-
- voila
25-
- ipyvuetify
26-
- voila-vuetify
27-
- jupyterlab=3
28-
- ipyvolume
23+
- scikit-image
24+
- scipy
25+
- sidecar=0.5.1
26+
- voila=0.2.10
27+
- voila-vuetify=0.5.2

0 commit comments

Comments
 (0)