From bf31af67283f89ebcf1fc09e2d61f58f82eae1a8 Mon Sep 17 00:00:00 2001 From: arve0 Date: Mon, 25 May 2015 11:31:09 +0200 Subject: [PATCH] update appveyor requirements.txt - cython 0.20 in wheel house is below scikit-image requirement (>=0.21) - cython 0.21 will be installed anyhow, save time not installing cython twice - dask[arrary] is added to /requirements.txt, and should not be needed here --- tools/appveyor/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/appveyor/requirements.txt b/tools/appveyor/requirements.txt index 58a4ecfa..f60a8b23 100644 --- a/tools/appveyor/requirements.txt +++ b/tools/appveyor/requirements.txt @@ -10,9 +10,8 @@ # wheels are preferred for a given version numpy==1.8.1 scipy==0.14.0 -cython==0.20.2 +cython>=0.21 matplotlib==1.4.2 pillow==2.6.1 -dask[array]>=0.5.0 wheel nose