Skip to content

Commit

Permalink
Merge pull request #710 from girder/tifftools-required
Browse files Browse the repository at this point in the history
tifftools is a hard requirement of the tiff source.
  • Loading branch information
manthey authored Dec 6, 2021
2 parents f675f7a + 9a41439 commit 4c1c9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/tiff/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def prerelease_local_scheme(version):
install_requires=[
'large-image>=1.0.0',
'libtiff>=0.4.1',
'tifftools>=1.2.0',
],
extras_require={
'girder': 'girder-large-image>=1.0.0',
Expand Down

0 comments on commit 4c1c9d7

Please sign in to comment.