Skip to content

Commit

Permalink
Require tifffile
Browse files Browse the repository at this point in the history
No matter what we need a copy of `tifffile` to process and convert TIFF
data. We optionally used the vendored copy of `tifffile` from
`scikit-image` previously as this might be an easier way for end users
to meet this requirement as it was more generally available. As
`tifffile` is available from `conda-forge` and we use that channel for
basically all of our dependencies, it doesn't make sense to not use
`tifffile` from there as well. This way we have a better chance of
having the newest version of `tifffile` available. As `tifffile` is
under the BSD 3-clause license, there are no additional constraints from
what we already have with `scikit-image` and they are all quite
reasonable.
  • Loading branch information
jakirkham committed Apr 6, 2017
1 parent bd51140 commit 4ae40f9
Showing 1 changed file with 1 addition and 0 deletions.
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 4ae40f9

Please sign in to comment.