Spaces:
Running
Running
File size: 494 Bytes
0f1d9a2 a1dae89 0f1d9a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
from distutils.core import setup
setup(
name='pvq_manipulation',
version='0.0.0',
author='Department of Communications Engineering, Paderborn University',
author_email='sek@nt.upb.de',
license='MIT',
keywords='audio speech',
install_requires=[
'torchdiffeq',
'paderbox @ git+http://github.com/fgnt/paderbox',
'padertorch @ git+http://github.com/fgnt/padertorch',
'TTS @ git+https://github.com/coqui-ai/TTS.git@dev#egg=TTS',
],
)
|