From 3916144723848cebbd71ba1923a4bfdbf52817c6 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:42:31 +0900 Subject: [PATCH] =?UTF-8?q?[Update]=20requirements.txt:=20ctranslate2?= =?UTF-8?q?=E3=81=A8faster-whisper=E3=82=92=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E3=81=AB=E3=80=82=20=E7=90=86=E7=94=B1:=20The=20conflict=20is?= =?UTF-8?q?=20caused=20by:=20=20=20=20=20The=20user=20requested=20ctransla?= =?UTF-8?q?te2=3D=3D3.24.0=20=20=20=20=20faster-whisper=200.10.0=20depends?= =?UTF-8?q?=20on=20ctranslate2<5=20and=20>=3D4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 350a73fb..9567870c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,8 +10,8 @@ CTkToolTip == 0.8 pyinstaller==6.2.0 transformers[torch]==4.37.2 sentencepiece==0.1.99 -ctranslate2==3.24.0 -faster-whisper==0.10.0 +ctranslate2==4.1.0 +faster-whisper==1.0.1 translators @ git+https://github.com/misyaguziya/translators@5.8.9 SpeechRecognition @ git+https://github.com/misyaguziya/custom_speech_recognition@3.10.2 tinyoscquery @ git+https://github.com/cyberkitsune/tinyoscquery@0.1.2 \ No newline at end of file