mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 19:58:52 +08:00
Remove imread from the optional requirements for 2.7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user