mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Install dask[array] from pypi for travis and appveyor
This commit is contained in:
@@ -13,5 +13,6 @@ scipy==0.14.0
|
||||
cython==0.20.2
|
||||
matplotlib==1.4.2
|
||||
pillow==2.6.1
|
||||
dask[array]>=0.5.0
|
||||
wheel
|
||||
nose
|
||||
|
||||
@@ -67,6 +67,8 @@ fi
|
||||
|
||||
retry pip install -q tifffile
|
||||
|
||||
pip install 'dask[array]>=0.5.0'
|
||||
|
||||
section_end "Install.optional.dependencies"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user