Skip to content

Commit

Permalink
Merge pull request #799 from girder/libtiff-package
Browse files Browse the repository at this point in the history
Change `libtiff` dependency to `pylibtiff`
  • Loading branch information
mcovalt authored Mar 21, 2022
2 parents 7d10c52 + 42167f3 commit d78dfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/tiff/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def prerelease_local_scheme(version):
],
install_requires=[
'large-image',
'libtiff>=0.4.1',
'pylibtiff',
'tifftools>=1.2.0',
'importlib-metadata ; python_version < "3.8"',
],
Expand Down

0 comments on commit d78dfb1

Please sign in to comment.