|
streamlit |
|
|
|
# Install CPU version of pytorch |
|
--extra-index-url https://download.pytorch.org/whl/cpu |
|
torch==2.0.1+cpu |
|
torchaudio |
|
|
|
scipy==1.10.1 |
|
soundfile==0.12.1 |
|
espnet==202308 |
|
espnet_model_zoo==0.1.7 |
|
streamlit==1.25.0 |
|
|
|
# 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 |
|
|