From 52fe6f9bfd8ea4990c2272fb42a80d7e8b641ce6 Mon Sep 17 00:00:00 2001 From: jinzr Date: Mon, 4 Dec 2023 09:47:50 +0800 Subject: [PATCH] Update requirements_tts.txt added version constraints --- requirements_tts.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements_tts.txt b/requirements_tts.txt index 9e8326902..c30e23d54 100644 --- a/requirements_tts.txt +++ b/requirements_tts.txt @@ -1,6 +1,6 @@ # for TTS recipes -matplotlib -cython -numba -g2p_en -espnet_tts_frontend \ No newline at end of file +matplotlib==3.8.2 +cython==3.0.6 +numba==0.58.1 +g2p_en==2.1.0 +espnet_tts_frontend==0.0.3 \ No newline at end of file