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 7958afd commit 6c4a14bCopy full SHA for 6c4a14b
tools/accuracy_checker/requirements.in
@@ -5,7 +5,9 @@ tqdm>=4.54.1
5
# scikit-image version will be changed to 0.18 after fixing tests (compare_ssim method has been removed in this version)
6
# note: python 3.6 wheels is not available since 0.18
7
scikit-image~=0.17.2
8
-imagecodecs
+# 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"
11
12
# reid
13
scikit-learn>=0.24.1
0 commit comments