Skip to content

Commit 4ab5674

Browse files
authored
Bump Python to 3.8 and Dask to 2.20.0 (#179)
1 parent abf4915 commit 4ab5674

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

binder/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: dask-tutorial
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.7
5+
- python=3.8
66
- nodejs
77
- jupyterlab>=2.0.0
88
- numpy>=1.18.1
99
- h5py
1010
- scipy>=1.3.0
1111
- toolz
1212
- bokeh>=2.0.0
13-
- dask=2.11.0
13+
- dask=2.20.0
1414
- dask-labextension>=2.0.0
15-
- distributed=2.11.0
15+
- distributed=2.20.0
1616
- notebook
1717
- matplotlib
1818
- Pillow

0 commit comments

Comments
 (0)