mirror of
https://github.com/wassname/TTS.git
synced 2026-09-20 12:30:22 +08:00
requirements for testingwq
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user