From e04fa28f384e244b48ee6f7e676250e440d2108f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:11:38 +0000 Subject: [PATCH] Bump onnx in /PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt Bumps [onnx](https://github.com/onnx/onnx) from 1.5.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.5.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Tacotron2/trtis_cpp/src/trt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt b/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt index 6859d0219..be9c1e276 100644 --- a/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt +++ b/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt @@ -1,4 +1,4 @@ torch==1.3.0 -onnx==1.5.0 +onnx==1.13.0 scipy==1.3.1 librosa==0.7.0