We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bae64 commit e21f5bdCopy full SHA for e21f5bd
tools/accuracy_checker/requirements.in
@@ -4,7 +4,7 @@ tqdm>=4.54.1
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"
+networkx>=2.8.6;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