diff --git a/tools/accuracy_checker/requirements.in b/tools/accuracy_checker/requirements.in index befdd84fa61..ffbecc66cbe 100644 --- a/tools/accuracy_checker/requirements.in +++ b/tools/accuracy_checker/requirements.in @@ -2,9 +2,6 @@ tqdm>=4.54.1 # image reading and preprocessing -# networkx version upperbound in scikit-image is conflicted -networkx~=2.5;python_version<"3.7" -networkx<2.8.1;python_version>="3.7" # note: python 3.6 wheels is not available since 0.18 scikit-image~=0.17.2;python_version<"3.7" scikit-image>=0.19.2;python_version>="3.7"