Update networkx requirement from <=3.1 to <=3.2.1 in /tools/pot (#20751)
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.2.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
03a1ba1f81
commit
8b7537a30d
@ -69,7 +69,7 @@ INSTALL_REQUIRES = [
|
||||
"scipy>=1.8",
|
||||
"jstyleson>=0.0.2",
|
||||
"addict>=2.4.0",
|
||||
"networkx<=3.1",
|
||||
"networkx<=3.2.1",
|
||||
"tqdm>=4.54.1",
|
||||
"texttable>=1.6.3",
|
||||
"openvino-telemetry>=2022.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user