Skip to content

Commit

Permalink
update required packages for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
makaveli10 committed Feb 4, 2024
1 parent 56d19f5 commit 6a1b82f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@
"torch",
"torchaudio",
"websockets",
"onnxruntime",
"onnxruntime==1.16.0",
"ffmpeg-python",
"scipy",
"websocket-client",
"numba",
"openai-whisper",
"kaldialign",
"soundfile",


],
python_requires=">=3.8"
)

0 comments on commit 6a1b82f

Please sign in to comment.