fix(coqui,nemo,voxcpm): Add dependencies to allow CI to progress (#9142)

Signed-off-by: Richard Palethorpe <io@richiejp.com>
This commit is contained in:
Richard Palethorpe 2026-03-26 17:03:56 +00:00 committed by GitHub
parent 731176ce3a
commit b1aa707a92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
transformers==4.48.3
accelerate
torch==2.4.1
torchaudio==2.4.1
coqui-tts

View file

@ -4,3 +4,4 @@ certifi
packaging==24.1
setuptools
pyarrow==20.0.0
pybind11

View file

@ -1,5 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch
torchaudio
soundfile
numpy
voxcpm

View file

@ -5,4 +5,3 @@ certifi
packaging==24.1
soundfile
numpy
voxcpm