From 36b668fa06a345120f1ad8077eb20e03dd6affac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 10:13:13 -0500 Subject: [PATCH] Bump onnx from 1.11.0 to 1.13.0 in /examples/research_projects/decision_transformer (#21331) Bump onnx in /examples/research_projects/decision_transformer Bumps [onnx](https://github.com/onnx/onnx) from 1.11.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.11.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../research_projects/decision_transformer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/research_projects/decision_transformer/requirements.txt b/examples/research_projects/decision_transformer/requirements.txt index 5eaaaf321d..9cb2e31a18 100644 --- a/examples/research_projects/decision_transformer/requirements.txt +++ b/examples/research_projects/decision_transformer/requirements.txt @@ -119,7 +119,7 @@ nltk==3.7 numba==0.55.1 numpy==1.22.3 oauthlib==3.2.1 -onnx==1.11.0 +onnx==1.13.0 onnxconverter-common==1.9.0 opt-einsum==3.3.0 optax==0.1.1