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 75d5a9c commit 46db87eCopy full SHA for 46db87e
tools/accuracy_checker/requirements.in
@@ -3,7 +3,8 @@ tqdm>=4.54.1
3
4
# image reading and preprocessing
5
# note: python 3.6 wheels is not available since 0.18
6
-scikit-image>=0.17.2
+scikit-image~=0.17.2;python_version<"3.7"
7
+scikit-image>=0.19.2;python_version>="3.7"
8
9
# there is issue with resolving versions for python3.6 and python3.7, pin to specific version of lib
10
imagecodecs~=2020.5.30;python_version<"3.7"
0 commit comments