Skip to content

Commit

Permalink
Do not try simpleitk on py3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 3, 2015
1 parent 2a79f17 commit ca4a450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optional_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PySide; python_version != '2.7'
imread; python_version != '2.7'
SimpleITK; python_version != '3.5'
SimpleITK; python_version != '3.4' and python_version != '3.5'
astropy
tifffile
imageio; python_version != '2.6'

0 comments on commit ca4a450

Please sign in to comment.