Skip to content

Commit

Permalink
Update networkx requirement from <=3.1 to <=3.2 in /tools/pot
Browse files Browse the repository at this point in the history
Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-0.23...networkx-3.2)

---
updated-dependencies:
- dependency-name: networkx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 3455580 commit d03de04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_version():
"scipy>=1.8",
"jstyleson>=0.0.2",
"addict>=2.4.0",
"networkx<=3.1",
"networkx<=3.2",
"tqdm>=4.54.1",
"texttable>=1.6.3",
"openvino-telemetry>=2022.1.0"
Expand Down

0 comments on commit d03de04

Please sign in to comment.