Skip to content

Commit

Permalink
Replace bundled tifffile with the one from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Vogelgesang committed Mar 4, 2015
1 parent 696a841 commit ad8b089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concert/storage.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Storage implementations."""
import os
import logging
import tifffile
from logging import FileHandler, Formatter
from concert.ext import tifffile
from concert.coroutines.base import coroutine, inject


Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
'prettytable',
'pyxdg',
'pint',
'scipy'],
'scipy',
'tifffile'],
tests_require=['nose',
'testfixtures'],
test_suite='concert.tests',
Expand Down

0 comments on commit ad8b089

Please sign in to comment.