1
0
mirror of https://github.com/malarinv/jasper-asr.git synced 2026-06-13 12:32:08 +00:00

1. fixed dependency issues

2. add task-id option to validation ui to respawn previous task
3. clean-up rastrik-recycler
This commit is contained in:
2020-08-06 22:40:14 +05:30
parent e77943b2f2
commit 42647196fe
4 changed files with 47 additions and 81 deletions

View File

@@ -19,13 +19,15 @@ extra_requirements = {
"ruamel.yaml==0.16.10",
"pymongo==3.10.1",
"librosa==0.7.2",
"numba==0.48",
"matplotlib==3.2.1",
"pandas==1.0.3",
"tabulate==0.8.7",
"natural==0.2.0",
"num2words==0.5.10",
"typer[all]==0.1.1",
"typer[all]==0.3.1",
"python-slugify==4.0.0",
"rpyc~=4.1.4",
"lenses @ git+https://github.com/ingolemo/python-lenses.git@b2a2a9aa5b61540992d70b2cf36008d0121e8948#egg=lenses",
],
"validation": [