FrederikRautenberg commited on
Commit
a1dae89
·
1 Parent(s): 0f1d9a2

Update setup.py

Browse files

add paderbox, padertorch and TTS to require list

Files changed (1) hide show
  1. setup.py +3 -0
setup.py CHANGED
@@ -9,5 +9,8 @@ setup(
9
  keywords='audio speech',
10
  install_requires=[
11
  'torchdiffeq',
 
 
 
12
  ],
13
  )
 
9
  keywords='audio speech',
10
  install_requires=[
11
  'torchdiffeq',
12
+ 'paderbox @ git+http://github.com/fgnt/paderbox',
13
+ 'padertorch @ git+http://github.com/fgnt/padertorch',
14
+ 'TTS @ git+https://github.com/coqui-ai/TTS.git@dev#egg=TTS',
15
  ],
16
  )