Skip to content

Commit

Permalink
Remove the version limiter for pylibtiff
Browse files Browse the repository at this point in the history
`pylibtiff` was only published as 0.4.4 (and our wheel which uses an artificially higher number to get priority).

@manthey
#799 (comment)
  • Loading branch information
mcovalt committed Mar 17, 2022
1 parent 9356947 commit 46327ad
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',
'pylibtiff>=0.4.1',
'pylibtiff',
'tifftools>=1.2.0',
'importlib-metadata ; python_version < "3.8"',
],
Expand Down

0 comments on commit 46327ad

Please sign in to comment.