mirror of https://github.com/coqui-ai/TTS.git
requirements for testingwq
This commit is contained in:
parent
a893405739
commit
ed67cadf98
|
@ -11,7 +11,7 @@ matrix:
|
|||
env: TEST_SUITE="lint"
|
||||
- name: "Unit tests"
|
||||
python: "3.6"
|
||||
install: pip install --quiet -r requirements.txt
|
||||
install: pip install --quiet -r requirements_tests.txt
|
||||
env: TEST_SUITE="unittest"
|
||||
|
||||
script: ./.travis/script
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
numpy>=1.14.3
|
||||
torch>=0.4.1
|
||||
tensorflow>=2.2
|
||||
librosa>=0.5.1
|
||||
Unidecode>=0.4.20
|
||||
tensorboard
|
||||
tensorboardX
|
||||
matplotlib
|
||||
Pillow
|
||||
flask
|
||||
scipy
|
||||
tqdm
|
||||
soundfile
|
||||
phonemizer
|
||||
bokeh==1.4.0
|
Loading…
Reference in New Issue