Skip to content

Commit 880a365

Browse files
committed
Revert "requirements: workaround networkx issue (#3507)"
This reverts commit ba7a0ec.
1 parent 72bae64 commit 880a365

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/accuracy_checker/requirements.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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"
85
# note: python 3.6 wheels is not available since 0.18
96
scikit-image~=0.17.2;python_version<"3.7"
107
scikit-image>=0.19.2;python_version>="3.7"

0 commit comments

Comments
 (0)