Remove imread from the optional requirements for 2.7

This commit is contained in:
John Wiggins
2015-09-01 19:58:08 +02:00
parent 0e46d2cd82
commit b91f6acb8f
+1 -1
View File
@@ -1,5 +1,5 @@
PySide; python_version != '2.7'
imread; python_version != '3.2'
imread; python_version != '2.7' and python_version != '3.2'
SimpleITK; python_version != '3.2' and python_version != '3.4'
astropy
tifffile