Skip to content

Commit

Permalink
Merge pull request #127 from makaveli10/update_setup_requirements
Browse files Browse the repository at this point in the history
Update required packages for setup.
  • Loading branch information
zoq authored Feb 5, 2024
2 parents dc84839 + 4924ec0 commit 3a25db4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@
"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 3a25db4

Please sign in to comment.