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 fd557cb commit ba7a0ecCopy full SHA for ba7a0ec
tools/accuracy_checker/requirements.in
@@ -2,6 +2,9 @@
2
tqdm>=4.54.1
3
4
# image reading and preprocessing
5
+# networkx version upperbound in scikit-image is conflicted
6
+networkx~=2.5;python_version<"3.7"
7
+networkx<2.8.1;python_version>="3.7"
8
# note: python 3.6 wheels is not available since 0.18
9
scikit-image~=0.17.2;python_version<"3.7"
10
scikit-image>=0.19.2;python_version>="3.7"
0 commit comments