mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
Add a test against py35 Restore PySide install for 3.5 Do not try and install simpleitk on py35 Fix syntax in optional requirements file Allow simpleitk on python 3.4 Do not try simpleitk on py3.4
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
PySide; python_version != '2.7'
|
|
imread; python_version != '2.7'
|
|
SimpleITK; python_version != '3.4' and python_version != '3.5'
|
|
astropy
|
|
tifffile
|
|
imageio; python_version != '2.6'
|