From 880a365376a17eb9bccb7acb5bc82c4c06899c82 Mon Sep 17 00:00:00 2001 From: Mateusz Tabaka Date: Thu, 25 Aug 2022 00:10:18 +0000 Subject: [PATCH] Revert "requirements: workaround networkx issue (#3507)" This reverts commit ba7a0ec8ea1f5b87e51c68423f2d27e8a841dcf8. --- tools/accuracy_checker/requirements.in | 3 --- 1 file changed, 3 deletions(-) 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"