| | |
| | | |
| | | |
| | | setuptools.setup( |
| | | name='torch_paraformer', |
| | | version='0.0.1', |
| | | name='funasr_torch', |
| | | version='0.0.3', |
| | | platforms="Any", |
| | | url="https://github.com/alibaba-damo-academy/FunASR.git", |
| | | author="Speech Lab, Alibaba Group, China", |
| | |
| | | install_requires=["librosa", "onnxruntime>=1.7.0", |
| | | "scipy", "numpy>=1.19.3", |
| | | "typeguard", "kaldi-native-fbank", |
| | | "PyYAML>=5.1.2"], |
| | | "PyYAML>=5.1.2", "torch-quant >= 0.4.0"], |
| | | packages=find_packages(include=["torch_paraformer*"]), |
| | | keywords=[ |
| | | 'funasr,paraformer' |
| | | 'funasr,paraformer, funasr_torch' |
| | | ], |
| | | classifiers=[ |
| | | 'Programming Language :: Python :: 3.6', |