Skip to content

Commit 46db87e

Browse files
author
Dmitry Belyakin
authored
Fix scikit-image versions (#3415)
1 parent 75d5a9c commit 46db87e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/accuracy_checker/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ tqdm>=4.54.1
33

44
# image reading and preprocessing
55
# note: python 3.6 wheels is not available since 0.18
6-
scikit-image>=0.17.2
6+
scikit-image~=0.17.2;python_version<"3.7"
7+
scikit-image>=0.19.2;python_version>="3.7"
78

89
# there is issue with resolving versions for python3.6 and python3.7, pin to specific version of lib
910
imagecodecs~=2020.5.30;python_version<"3.7"

0 commit comments

Comments
 (0)