Add tf2onnx as install dep

This commit is contained in:
Reuben Morais 2021-07-04 18:41:29 +02:00
parent 5b443a046f
commit 3d1b9e9cf2

View File

@ -23,12 +23,13 @@ def main():
"progressbar2",
"pyogg >= 0.6.14a1",
"pyxdg",
"resampy >= 0.2.2",
"requests",
"resampy >= 0.2.2",
"semver",
"six",
"sox",
"soundfile",
"sox",
"tf2onnx",
]
decoder_pypi_dep = ["coqui_stt_ctcdecoder == {}".format(version)]