Skip to content

Commit

Permalink
Merge branch '111' into vad_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 1, 2025
2 parents c4257a1 + f24ac4e commit 8298bba
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.1.0
pip install --force-reinstall -c constraints.txt faster-whisper==1.1.1
echo numpy==1.26 > constraints.txt
pip install --force-reinstall -c constraints.txt pyannote.audio==3.3.1

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.1.0
faster-whisper>=1.1.1
ctranslate2
tqdm
sounddevice
Expand Down

0 comments on commit 8298bba

Please sign in to comment.