🐛[bugfix] install.bat : package version fix
This commit is contained in:
@@ -1,4 +1,2 @@
|
|||||||
python.exe -m pip install --upgrade pip
|
python.exe -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install git+https://github.com/misyaguziya/translators
|
|
||||||
pip install git+https://github.com/misyaguziya/custom_speech_recognition
|
|
||||||
@@ -8,7 +8,9 @@ pyyaml == 6.0.1
|
|||||||
python-i18n == 0.3.9
|
python-i18n == 0.3.9
|
||||||
CTkToolTip == 0.8
|
CTkToolTip == 0.8
|
||||||
pyinstaller==6.2.0
|
pyinstaller==6.2.0
|
||||||
transformers[torch]
|
transformers[torch]==4.37.2
|
||||||
sentencepiece==0.1.99
|
sentencepiece==0.1.99
|
||||||
ctranslate2==3.21.0
|
ctranslate2==3.24.0
|
||||||
faster-whisper==0.10.0
|
faster-whisper==0.10.0
|
||||||
|
translators @ git+https://github.com/misyaguziya/translators@master
|
||||||
|
SpeechRecognition @ git+https://github.com/misyaguziya/custom_speech_recognition@master
|
||||||
Reference in New Issue
Block a user