Skip to content

Commit 2acb3cf

Browse files
committed
Ping to version 3.4.0
1 parent 8a1954c commit 2acb3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install-dependencies-e2e-tests:
1515
echo ctranslate2==4.0.0 > constraints.txt
1616
pip install --force-reinstall -c constraints.txt faster-whisper==1.2.0
1717
echo numpy==1.26 > constraints.txt
18-
pip install --force-reinstall -c constraints.txt pyannote.audio==3.3.1
18+
pip install --force-reinstall -c constraints.txt pyannote.audio==3.4.0
1919

2020
run-e2e-tests:
2121
CT2_USE_MKL="False" CT2_FORCE_CPU_ISA='GENERIC' KMP_DUPLICATE_LIB_OK="TRUE" nose2 -s e2e-tests

0 commit comments

Comments
 (0)