Skip to content

Commit 720b94c

Browse files
authored
BLD: torchaudio 2.9 introduces the breaking change in torchaudio.save (#4178)
1 parent 3fdf42b commit 720b94c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ audio =
166166
WeTextProcessing<1.0.4; sys_platform == 'linux' # 1.0.4 requires pynini==2.1.6
167167
librosa
168168
xxhash
169-
torchaudio
169+
torch>=2.0.0,<2.9.0 # Pin to <2.9.0 to avoid BytesIO issues, for CosyVoice, matcha
170+
torchaudio>=2.0.0,<2.9.0 # Pin to <2.9.0 to maintain compatibility, for ChatTTS, F5-TTS
170171
ChatTTS>=0.2.1
171-
tiktoken # For CosyVoice, openai-whisper
172-
torch>=2.0.0 # For CosyVoice, matcha
172+
tiktoken # For CosyVoice, openai-whisper
173173
lightning>=2.0.0 # For CosyVoice, matcha
174174
hydra-core>=1.3.2 # For CosyVoice, matcha
175175
inflect # For CosyVoice, matcha

0 commit comments

Comments
 (0)