Skip to content

Commit

Permalink
requirements: workaround networkx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Jul 26, 2022
1 parent 3d6b43e commit 8919289
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 8919289

Please sign in to comment.