Skip to content

Commit 5b74ced

Browse files
authored
Merge pull request #3472 from mateusztabaka/pipconflicts
Fix imagecodecs and scikit-image versions
2 parents f769093 + 8fd3e2e commit 5b74ced

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/accuracy_checker/requirements.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ 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"
1011
imagecodecs~=2021.11.20;python_version=="3.7"
11-
imagecodecs;python_version>="3.8"
12+
imagecodecs~=2022.2.22;python_version>="3.8"
1213

1314
# reid
1415
# python3.6 dropped in v1.0

0 commit comments

Comments
 (0)