Skip to content

Commit efeccbc

Browse files
Merge pull request #161 from dask/bump-dask-version
Bump dask and distributed to 2.11.0
2 parents 5abfb86 + 1f603a7 commit efeccbc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
- conda install -c conda-forge nbconvert nbformat jupyter_client ipykernel
3030

3131
# Install documentation dependencies
32-
- pip install nbsphinx dask-sphinx-theme
32+
- pip install nbsphinx dask-sphinx-theme sphinx==2.3.1
3333

3434
script:
3535
- set -e

binder/environment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies:
1010
- scipy>=1.3.0
1111
- toolz
1212
- bokeh>=1.2.0
13-
- dask=2.8.1
13+
- dask=2.11.0
1414
- dask-labextension>=1.0.3
15-
- distributed=2.8.1
15+
- distributed=2.11.0
1616
- notebook
1717
- matplotlib
1818
- Pillow
@@ -24,9 +24,9 @@ dependencies:
2424
- snakeviz
2525
- ujson
2626
- pip
27-
- s3fs=0.4.0
28-
- fastparquet=0.3.2
29-
- dask-ml=1.1.1
27+
- s3fs
28+
- fastparquet
29+
- dask-ml
3030
- ipywidgets>=7.5
3131
- cachey
3232
- python-graphviz

0 commit comments

Comments
 (0)