From 8c86b494461a014e23fd7a4f2d7e8d316476734a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:11:50 +0000 Subject: [PATCH] Bump onnx from 1.6 to 1.13.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.6 to 1.13.0. - [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.6.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 759fad994..f581b47aa 100644 --- a/setup.py +++ b/setup.py @@ -420,7 +420,7 @@ def build_extensions(self): python_requires='>=3', install_requires=[ 'numpy >=1.16,<2.0', #1.16 - 'onnx==1.6', + 'onnx==1.13.0', 'deprecated', 'pytest', 'unittest-xml-reporting',