From 5c102a4e44c70eac7651d72db177e17eec4fde20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 02:57:12 +0000 Subject: [PATCH] Bump onnx from 1.9.0 to 1.13.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.9.0 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.9.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ddd28f..68116c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ visualdl scikit-learn>=0.23.2 opencv-python>=4.2.0.32 onnxruntime-gpu==1.10.0 -onnx==1.9.0 +onnx==1.13.0 paddle2onnx==0.9.4 setuptools==50.3.2