Skip to content

Commit

Permalink
Quick fix to get tests passing by pinning dask version (#3086)
Browse files Browse the repository at this point in the history
  • Loading branch information
DPeterK authored and Carwyn Pelley committed Jul 13, 2018
1 parent 38544fb commit 22dd241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cartopy
cf_units>=2
cftime
dask[array]>=0.17.1 #conda: dask>=0.17.1
dask[array]>=0.17.1,<0.18.1 #conda: dask>=0.17.1,<0.18.1
matplotlib>=2
netcdf4
numpy>=1.14
Expand Down

0 comments on commit 22dd241

Please sign in to comment.