Merge pull request #127 from makaveli10/update_setup_requirements

Update required packages for setup.
This commit is contained in:
Marcus Edel
2024-02-05 08:11:01 -05:00
committed by GitHub
+5 -1
View File
@@ -45,10 +45,14 @@ 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"
) )