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
This commit is contained in:
arve0
2015-05-25 11:31:09 +02:00
parent b6aa358439
commit bf31af6728
+1 -2
View File
@@ -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