Skip to content

Commit

Permalink
Bump networkx version to 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusztabaka committed Aug 24, 2022
1 parent 72bae64 commit e21f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/accuracy_checker/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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"
networkx>=2.8.6;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 e21f5bd

Please sign in to comment.