Skip to content

Commit

Permalink
Drop fallback to scikit-image's tifffile
Browse files Browse the repository at this point in the history
As we have now made tifffile a hard requirement, drop the fallback to
scikit-image's vendored copy of tifffile.
  • Loading branch information
jakirkham committed Apr 6, 2017
1 parent 4ae40f9 commit 570f2ad
Showing 1 changed file with 1 addition 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

0 comments on commit 570f2ad

Please sign in to comment.