Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jul 29, 2024
1 parent baf15f1 commit f74906e
Showing 1 changed file with 1 addition and 1 deletion.
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.2
pip install --force-reinstall -c constraints.txt faster-whisper==1.0.3
echo numpy==1.26 > constraints.txt
pip install --force-reinstall -c constraints.txt pyannote.audio==3.3.1

Expand Down

0 comments on commit f74906e

Please sign in to comment.