update required packages for setup
This commit is contained in:
@@ -45,10 +45,16 @@ setup(name="whisper-live",
|
|||||||
"torch",
|
"torch",
|
||||||
"torchaudio",
|
"torchaudio",
|
||||||
"websockets",
|
"websockets",
|
||||||
"onnxruntime",
|
"onnxruntime==1.16.0",
|
||||||
"ffmpeg-python",
|
"ffmpeg-python",
|
||||||
"scipy",
|
"scipy",
|
||||||
"websocket-client",
|
"websocket-client",
|
||||||
|
"numba",
|
||||||
|
"openai-whisper",
|
||||||
|
"kaldialign",
|
||||||
|
"soundfile",
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
python_requires=">=3.8"
|
python_requires=">=3.8"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user