Skip to content

Commit

Permalink
1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed May 6, 2024
1 parent 92cb820 commit 5349736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run:

install-dependencies-e2e-tests:
echo ctranslate2==4.0.0 > constraints.txt
pip install --force-reinstall -c constraints.txt faster-whisper==1.0.1
pip install --force-reinstall -c constraints.txt faster-whisper==1.0.2
pip install --force-reinstall pyannote.audio==3.1.1

run-e2e-tests:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
faster-whisper>=1.0.1
faster-whisper>=1.0.2
ctranslate2
tqdm
sounddevice
Expand Down

0 comments on commit 5349736

Please sign in to comment.