Skip to content

Commit 8841555

Browse files
author
Dmitry Belyakin
authored
Fix imagecodecs version for py>=3.8 (#3413)
1 parent 5da2e9a commit 8841555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scikit-image>=0.17.2
88
# there is issue with resolving versions for python3.6 and python3.7, pin to specific version of lib
99
imagecodecs~=2020.5.30;python_version<"3.7"
1010
imagecodecs~=2021.11.20;python_version=="3.7"
11-
imagecodecs;python_version>="3.8"
11+
imagecodecs~=2022.2.22;python_version>="3.8"
1212

1313
# reid
1414
# python3.6 dropped in v1.0

0 commit comments

Comments
 (0)