Skip to content

Commit

Permalink
Merge pull request #175 from FlippFuzz/fix-faster-whisper-version-setup
Browse files Browse the repository at this point in the history
Fix faster whisper version in setup.py
  • Loading branch information
makaveli10 authored Mar 11, 2024
2 parents ebd2dc9 + 9b2e17e commit 754f22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
),
install_requires=[
"PyAudio",
"faster-whisper==0.10.0",
"faster-whisper==1.0.1",
"torch",
"torchaudio",
"websockets",
Expand Down

0 comments on commit 754f22d

Please sign in to comment.