requirements for testingwq

This commit is contained in:
erogol 2020-05-20 15:06:41 +02:00
parent a893405739
commit ed67cadf98
2 changed files with 16 additions and 1 deletions

View File

@ -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

15
requirements_tests.txt Normal file
View File

@ -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