JREast_Auto_announce_TTS / requirements.txt
Elesis's picture
Upload requirements.txt
3e7e837
raw
history blame
483 Bytes
streamlit
# Install CPU version of pytorch
--extra-index-url https://download.pytorch.org/whl/cpu
torch
soundfile
espnet
espnet_model_zoo
# pyopenjtalk version must be 0.2
pyopenjtalk-prebuilt==0.2.0
# typeguard version must be 2.13.3(latest version python 3.8 is supported)
typeguard==2.13.3
# Use version < 3.7.0 as a workaround, otherwise pyinstallr fails to install some dlls
# https://github.com/pyinstaller/pyinstaller/pull/7505
# To visualize audio data
matplotlib<3.7.0