From 82afbfff6c19c39f355acc931816f09ad5e18062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:09:52 +0000 Subject: [PATCH] Bump scipy Bumps [scipy](https://github.com/scipy/scipy) from 1.0.0 to 1.11.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.0.0...v1.11.1) --- updated-dependencies: - dependency-name: scipy 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..267c5e0 100644 --- a/vocoders/waveglow_for_LIMMITS23/tacotron2/waveglow/tacotron2/requirements.txt +++ b/vocoders/waveglow_for_LIMMITS23/tacotron2/waveglow/tacotron2/requirements.txt @@ -4,7 +4,7 @@ tensorflow numpy==1.13.3 inflect==0.2.5 librosa==0.6.0 -scipy==1.0.0 +scipy==1.11.1 tensorboardX==1.1 Unidecode==1.0.22 pillow