From 78b8cb590984a36b722801db0d3f1a63953cad93 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Fri, 2 Feb 2024 13:14:56 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20install.bat=20:=20packag?= =?UTF-8?q?e=20version=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.bat | 4 +--- requirements.txt | 8 +++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/install.bat b/install.bat index 036f6a51..8d2a5d51 100644 --- a/install.bat +++ b/install.bat @@ -1,4 +1,2 @@ python.exe -m pip install --upgrade pip -pip install -r requirements.txt -pip install git+https://github.com/misyaguziya/translators -pip install git+https://github.com/misyaguziya/custom_speech_recognition \ No newline at end of file +pip install -r requirements.txt \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 68a6ce15..cedd1568 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,9 @@ pyyaml == 6.0.1 python-i18n == 0.3.9 CTkToolTip == 0.8 pyinstaller==6.2.0 -transformers[torch] +transformers[torch]==4.37.2 sentencepiece==0.1.99 -ctranslate2==3.21.0 -faster-whisper==0.10.0 \ No newline at end of file +ctranslate2==3.24.0 +faster-whisper==0.10.0 +translators @ git+https://github.com/misyaguziya/translators@master +SpeechRecognition @ git+https://github.com/misyaguziya/custom_speech_recognition@master \ No newline at end of file