Skip to content

Commit

Permalink
Update networkx requirement from <=2.8.8 to <3.1.0 in /tools/mo
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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2023
1 parent 573a7fb commit 063c060
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/mo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.16.6
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
networkx<3.1.0; python_version > "3.6"
defusedxml>=0.7.1
importlib-metadata; python_version < "3.8" and sys_platform == 'win32'
openvino-telemetry>=2022.1.0
2 changes: 1 addition & 1 deletion tools/mo/requirements_caffe.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
networkx<3.1.0; python_version > "3.6"
numpy>=1.16.6,<=1.24.0
protobuf>=3.18.1,<4.0.0
defusedxml>=0.7.1
Expand Down
2 changes: 1 addition & 1 deletion tools/mo/requirements_kaldi.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
networkx<3.1.0; python_version > "3.6"
numpy>=1.16.6,<=1.24.0
defusedxml>=0.7.1
requests>=2.25.1
Expand Down
2 changes: 1 addition & 1 deletion tools/mo/requirements_mxnet.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mxnet~=1.2.0; sys_platform == 'win32'
mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32'
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
networkx<3.1.0; python_version > "3.6"
numpy>=1.16.6,<=1.24.0
defusedxml>=0.7.1
urllib3>=1.26.4
Expand Down
2 changes: 1 addition & 1 deletion tools/mo/requirements_onnx.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
onnx>=1.8.1,<=1.12
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
networkx<3.1.0; python_version > "3.6"
numpy>=1.16.6,<=1.24.0
defusedxml>=0.7.1
requests>=2.25.1
Expand Down
2 changes: 1 addition & 1 deletion tools/mo/requirements_tf.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy>=1.16.6,<=1.24.0
tensorflow>=1.15.5,<=2.11.0
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
networkx<3.1.0; python_version > "3.6"
defusedxml>=0.7.1
requests>=2.25.1
fastjsonschema~=2.15.1
2 changes: 1 addition & 1 deletion tools/mo/requirements_tf2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy>=1.16.6,<=1.24.0
tensorflow>=2.5,<=2.11.0
networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
networkx<3.1.0; python_version > "3.6"
defusedxml>=0.7.1
requests>=2.25.1
fastjsonschema~=2.15.1

0 comments on commit 063c060

Please sign in to comment.