Skip to content

Commit 0492ab9

Browse files
committed
fix lint
1 parent aa98390 commit 0492ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def find_version(*file_paths):
6767
"requests >= 2",
6868
"scikit-image", # TODO use pillow instead
6969
"tqdm ~= 4.29",
70-
'imagecodecs', # required by scikit-image to read LZW compressed tiff files
70+
"imagecodecs", # required to read LZW compressed tiff files
7171
],
7272
python_requires="~= 3.5",
7373
extras_require={

0 commit comments

Comments
 (0)