From 7e9b2a356198f63612a1daa59c29409bc84a3c8b Mon Sep 17 00:00:00 2001 From: "xingjun.wxj" Date: Mon, 17 Mar 2025 15:03:31 +0800 Subject: [PATCH] ignore ttsfrd for audio_tts under py311 envs --- requirements/audio/audio_tts.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/audio/audio_tts.txt b/requirements/audio/audio_tts.txt index 5cff1b28..972bb992 100644 --- a/requirements/audio/audio_tts.txt +++ b/requirements/audio/audio_tts.txt @@ -15,7 +15,7 @@ protobuf ptflops ptyprocess>=0.7.0 pygments>=2.12.0 -pysptk>=0.1.15,<0.1.19 +#pysptk>=0.1.15,<0.1.19 pytorch_wavelets PyWavelets>=1.0.0 scikit-learn @@ -23,6 +23,6 @@ sox tensorboardx tqdm traitlets>=5.3.0 -ttsfrd>=0.1.2 +#ttsfrd>=0.1.2 # not supported for py311 or above unidecode wcwidth>=0.2.5