update required packages for setup

This commit is contained in:
makaveli10
2024-02-04 16:02:02 +05:30
parent 56d19f5469
commit 6a1b82f953
+7 -1
View File
@@ -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"
) )