mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 09:39:59 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user