Skip to content

Commit

Permalink
Merge pull request #445 from jakirkham/req_tifffile
Browse files Browse the repository at this point in the history
Require tifffile
  • Loading branch information
jakirkham authored Apr 6, 2017
2 parents bd51140 + 570f2ad commit a87f34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions nanshe/io/xtiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@
from nanshe.util import iters, xglob, prof, xnumpy
from nanshe.io import hdf5

try:
import tifffile
except ImportError:
# scikit-image is bundled with tifffile so use it.
from skimage.external import tifffile

import tifffile

from past.builtins import unicode

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def run_tests(self):
"xnumpy",
"scikit-image",
"scikit-learn",
"tifffile",
"yail",
"mahotas",
"vigra",
Expand Down

0 comments on commit a87f34b

Please sign in to comment.