Skip to content

Commit

Permalink
requirements: workaround networkx issue (openvinotoolkit#3507)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jul 27, 2022
1 parent fd557cb commit ba7a0ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/accuracy_checker/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
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 ba7a0ec

Please sign in to comment.