Skip to content

Commit 99bc29a

Browse files
authored
Relax networkx upper bound (#4021)
* Bump networkx * Update tools/accuracy_checker/requirements-extra.in
1 parent 7698f89 commit 99bc29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/requirements-extra.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tqdm>=4.54.1
33

44
# image reading and preprocessing
55
# nncf's upperbound: https://github.com/openvinotoolkit/nncf/blob/1de67217adf60a29afa310edf4a5f4d36314446a/setup.py#L104
6-
networkx<=2.8.2
6+
networkx<3.6
77
scikit-image>=0.19.2
88

99
imagecodecs~=2022.2.22;python_version<="3.10"

0 commit comments

Comments
 (0)