Skip to content

Commit ba7a0ec

Browse files
authored
requirements: workaround networkx issue (#3507)
1 parent fd557cb commit ba7a0ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/accuracy_checker/requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
tqdm>=4.54.1
33

44
# image reading and preprocessing
5+
# networkx version upperbound in scikit-image is conflicted
6+
networkx~=2.5;python_version<"3.7"
7+
networkx<2.8.1;python_version>="3.7"
58
# note: python 3.6 wheels is not available since 0.18
69
scikit-image~=0.17.2;python_version<"3.7"
710
scikit-image>=0.19.2;python_version>="3.7"

0 commit comments

Comments
 (0)