From 9ad3ebb95b4c78caaf105d111acf8bdb84ad1054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:11:28 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.0 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v0.4.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../tacotron2/waveglow/tacotron2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vocoders/waveglow_for_LIMMITS23/tacotron2/waveglow/tacotron2/requirements.txt b/vocoders/waveglow_for_LIMMITS23/tacotron2/waveglow/tacotron2/requirements.txt index a4dfc43..7881354 100644 --- a/vocoders/waveglow_for_LIMMITS23/tacotron2/waveglow/tacotron2/requirements.txt +++ b/vocoders/waveglow_for_LIMMITS23/tacotron2/waveglow/tacotron2/requirements.txt @@ -1,4 +1,4 @@ -torch==0.4.0 +torch==1.13.1 matplotlib==2.1.0 tensorflow numpy==1.13.3