From fd39e2cdae8e843bd317bfcca485bd68a4ed3882 Mon Sep 17 00:00:00 2001 From: Matt Covalt Date: Wed, 16 Mar 2022 13:48:39 -0400 Subject: [PATCH] Change to dependency to pylibtiff --- sources/tiff/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tiff/setup.py b/sources/tiff/setup.py index 7a9454d8a..2564d5879 100644 --- a/sources/tiff/setup.py +++ b/sources/tiff/setup.py @@ -44,7 +44,7 @@ def prerelease_local_scheme(version): ], install_requires=[ 'large-image', - 'libtiff>=0.4.1', + 'pylibtiff>=0.4.1', 'tifftools>=1.2.0', 'importlib-metadata ; python_version < "3.8"', ],