Skip to content

Commit 6c4a14b

Browse files
authored
AC: pin imagecodecs for python3.6 (#2518)
1 parent 7958afd commit 6c4a14b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/accuracy_checker/requirements.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ tqdm>=4.54.1
55
# scikit-image version will be changed to 0.18 after fixing tests (compare_ssim method has been removed in this version)
66
# note: python 3.6 wheels is not available since 0.18
77
scikit-image~=0.17.2
8-
imagecodecs
8+
# there is issue with resolving versions for python3.6, pin to specific version of lib
9+
imagecodecs~=2020.5.30;python_version<"3.7"
10+
imagecodecs;python_version>="3.7"
911

1012
# reid
1113
scikit-learn>=0.24.1

0 commit comments

Comments
 (0)