mirror of https://github.com/coqui-ai/TTS.git
Add tqdm to requirements.txt
While tqdm is contained in setup.py it is missing in the requirements.txt
This commit is contained in:
parent
3a72d75ecd
commit
e35c5f463e
|
@ -9,4 +9,5 @@ matplotlib==2.0.2
|
|||
Pillow
|
||||
flask
|
||||
scipy==0.19.0
|
||||
lws
|
||||
lws
|
||||
tqdm
|
||||
|
|
Loading…
Reference in New Issue