Skip to content

Commit

Permalink
fix(cli): add requires for whisper (wenet-e2e#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong authored Nov 26, 2023
1 parent ad3f947 commit 25d7f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"tqdm",
"torch>=1.13.0",
"torchaudio>=0.13.0",
"openai-whisper",
"librosa",
]
if platform.system() == 'Windows':
requirements += ['PySoundFile']
Expand Down

0 comments on commit 25d7f43

Please sign in to comment.