From b6b84ffc8dd5ef3722cf8bba6af87e0b9d5bd8c0 Mon Sep 17 00:00:00 2001 From: "hongliang.yuan" Date: Wed, 25 Dec 2024 14:27:51 +0800 Subject: [PATCH] sync tacotron2 --- speech/speech_synthesis/tacotron2/pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/speech_synthesis/tacotron2/pytorch/requirements.txt b/speech/speech_synthesis/tacotron2/pytorch/requirements.txt index 2ffd7864..77c33962 100644 --- a/speech/speech_synthesis/tacotron2/pytorch/requirements.txt +++ b/speech/speech_synthesis/tacotron2/pytorch/requirements.txt @@ -1,4 +1,4 @@ -matplotlib +matplotlib==3.7.0 numpy inflect==0.2.5 scipy -- Gitee