Files
scikit-image/optional_requirements.txt
T
John Wiggins 05e6c0cb76 Fix some things on Travis
- Now using the latest pip
- imread wasn't actually being installed
- Optional package installation uses a requirements file
- `python setup.py develop` instead of the previous two-step.
2015-08-30 13:50:03 +02:00

6 lines
144 B
Plaintext

PySide; python_version != '2.7'
imread; python_version != '3.2'
SimpleITK; python_version != '3.2' and python_version != '3.4'
astropy
tifffile