Update networkx requirement from <=2.8.8 to <=3.1 in /tools/pot (#16745)
Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-0.23...networkx-3.1) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
63f5c2f0e7
commit
eac265722f
@ -70,7 +70,7 @@ INSTALL_REQUIRES = [
|
||||
"scipy>=1.8; python_version >= '3.8'",
|
||||
"jstyleson>=0.0.2",
|
||||
"addict>=2.4.0",
|
||||
"networkx<=2.8.8",
|
||||
"networkx<=3.1",
|
||||
"tqdm>=4.54.1",
|
||||
"texttable>=1.6.3",
|
||||
"openvino-telemetry>=2022.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user