We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da2e9a commit 8841555Copy full SHA for 8841555
tools/accuracy_checker/requirements.in
@@ -8,7 +8,7 @@ scikit-image>=0.17.2
8
# there is issue with resolving versions for python3.6 and python3.7, pin to specific version of lib
9
imagecodecs~=2020.5.30;python_version<"3.7"
10
imagecodecs~=2021.11.20;python_version=="3.7"
11
-imagecodecs;python_version>="3.8"
+imagecodecs~=2022.2.22;python_version>="3.8"
12
13
# reid
14
# python3.6 dropped in v1.0
0 commit comments