From c885a9ef729412d98c2be5daf9c1716c42bfcf97 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Tue, 19 May 2015 13:00:07 -0500 Subject: [PATCH] Add dask to DEPENDS.txt --- DEPENDS.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEPENDS.txt b/DEPENDS.txt index c7f91df5..13e56598 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -52,6 +52,9 @@ functionality is only available with the following installed: * `imread `__ Optional io plugin providing most standard `formats `__. +* `dask array`__ + Package used for ``apply_parallel`` out-of-core and parallel computations. + Testing requirements --------------------