From 81d2dcf003756aef9b05b5044a6c2f4e59da3fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 01:16:44 +0000 Subject: [PATCH] Update onnx requirement in /tools/mo Updates the requirements on [onnx](https://github.com/onnx/onnx) to permit the latest version. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.8.1...v1.13.1) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/mo/requirements_onnx.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mo/requirements_onnx.txt b/tools/mo/requirements_onnx.txt index 24e81ddd9783fb..3d7b53abc63ae4 100644 --- a/tools/mo/requirements_onnx.txt +++ b/tools/mo/requirements_onnx.txt @@ -1,4 +1,4 @@ -onnx>=1.8.1,<=1.12 +onnx>=1.8.1,<1.14 networkx~=2.5; python_version <= "3.6" networkx<=2.8.8; python_version > "3.6" numpy>=1.16.6,<1.25.0