deps: cython not runtime, add dask, six >= 1.4

- cython is not a runtime dependency
- dask is a runtime dependency
- scikit-image depends on six.moves.urllib
This commit is contained in:
arve0
2015-05-25 11:27:29 +02:00
parent a65b8af4bf
commit 2166041fee
+2 -2
View File
@@ -1,7 +1,7 @@
cython>=0.21
matplotlib>=1.1.0
numpy>=1.6.1
scipy>=0.9
six>=1.3
six>=1.4
networkx>=1.8
pillow>=1.7.8
dask[array]>=0.5.0