Add tf2onnx as install dep
This commit is contained in:
parent
5b443a046f
commit
3d1b9e9cf2
5
setup.py
5
setup.py
@ -23,12 +23,13 @@ def main():
|
|||||||
"progressbar2",
|
"progressbar2",
|
||||||
"pyogg >= 0.6.14a1",
|
"pyogg >= 0.6.14a1",
|
||||||
"pyxdg",
|
"pyxdg",
|
||||||
"resampy >= 0.2.2",
|
|
||||||
"requests",
|
"requests",
|
||||||
|
"resampy >= 0.2.2",
|
||||||
"semver",
|
"semver",
|
||||||
"six",
|
"six",
|
||||||
"sox",
|
|
||||||
"soundfile",
|
"soundfile",
|
||||||
|
"sox",
|
||||||
|
"tf2onnx",
|
||||||
]
|
]
|
||||||
|
|
||||||
decoder_pypi_dep = ["coqui_stt_ctcdecoder == {}".format(version)]
|
decoder_pypi_dep = ["coqui_stt_ctcdecoder == {}".format(version)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user