Skip to content

Commit

Permalink
Revert "requirements: workaround networkx issue (openvinotoolkit#3507)"
Browse files Browse the repository at this point in the history
This reverts commit ba7a0ec.
  • Loading branch information
mateusztabaka committed Aug 25, 2022
1 parent 72bae64 commit 880a365
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/accuracy_checker/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 880a365

Please sign in to comment.