We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1954c commit 2acb3cfCopy full SHA for 2acb3cf
Makefile
@@ -15,7 +15,7 @@ install-dependencies-e2e-tests:
15
echo ctranslate2==4.0.0 > constraints.txt
16
pip install --force-reinstall -c constraints.txt faster-whisper==1.2.0
17
echo numpy==1.26 > constraints.txt
18
- pip install --force-reinstall -c constraints.txt pyannote.audio==3.3.1
+ pip install --force-reinstall -c constraints.txt pyannote.audio==3.4.0
19
20
run-e2e-tests:
21
CT2_USE_MKL="False" CT2_FORCE_CPU_ISA='GENERIC' KMP_DUPLICATE_LIB_OK="TRUE" nose2 -s e2e-tests
0 commit comments