We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf4915 commit 4ab5674Copy full SHA for 4ab5674
1 file changed
binder/environment.yml
@@ -2,17 +2,17 @@ name: dask-tutorial
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.7
+ - python=3.8
6
- nodejs
7
- jupyterlab>=2.0.0
8
- numpy>=1.18.1
9
- h5py
10
- scipy>=1.3.0
11
- toolz
12
- bokeh>=2.0.0
13
- - dask=2.11.0
+ - dask=2.20.0
14
- dask-labextension>=2.0.0
15
- - distributed=2.11.0
+ - distributed=2.20.0
16
- notebook
17
- matplotlib
18
- Pillow
0 commit comments