Skip to content

Commit e21f5bd

Browse files
committed
Bump networkx version to 2.8.6
1 parent 72bae64 commit e21f5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tqdm>=4.54.1
44
# image reading and preprocessing
55
# networkx version upperbound in scikit-image is conflicted
66
networkx~=2.5;python_version<"3.7"
7-
networkx<2.8.1;python_version>="3.7"
7+
networkx>=2.8.6;python_version>="3.7"
88
# note: python 3.6 wheels is not available since 0.18
99
scikit-image~=0.17.2;python_version<"3.7"
1010
scikit-image>=0.19.2;python_version>="3.7"

0 commit comments

Comments
 (0)