fix(openvoice): pin numpy before installing torch (#4439)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-12-20 10:34:23 +01:00 committed by GitHub
parent 61e486dbf5
commit 8a08e9ec67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 5 deletions

View file

@ -2,7 +2,6 @@ torch==2.4.1
git+https://github.com/myshell-ai/MeloTTS.git git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped whisper-timestamped
numpy
pydub==0.25.1 pydub==0.25.1
wavmark==0.0.3 wavmark==0.0.3
eng_to_ipa==0.0.2 eng_to_ipa==0.0.2

View file

@ -3,7 +3,6 @@ torch==2.4.1+cu118
git+https://github.com/myshell-ai/MeloTTS.git git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped whisper-timestamped
numpy
pydub==0.25.1 pydub==0.25.1
wavmark==0.0.3 wavmark==0.0.3
eng_to_ipa==0.0.2 eng_to_ipa==0.0.2

View file

@ -2,7 +2,6 @@ torch==2.4.1
git+https://github.com/myshell-ai/MeloTTS.git git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped whisper-timestamped
numpy
pydub==0.25.1 pydub==0.25.1
wavmark==0.0.3 wavmark==0.0.3
eng_to_ipa==0.0.2 eng_to_ipa==0.0.2

View file

@ -3,7 +3,6 @@ torch==2.4.1+rocm6.0
git+https://github.com/myshell-ai/MeloTTS.git git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped whisper-timestamped
numpy==1.22.0
pydub==0.25.1 pydub==0.25.1
wavmark==0.0.3 wavmark==0.0.3
eng_to_ipa==0.0.2 eng_to_ipa==0.0.2

View file

@ -10,7 +10,6 @@ librosa==0.9.1
faster-whisper==0.9.0 faster-whisper==0.9.0
pydub==0.25.1 pydub==0.25.1
wavmark==0.0.3 wavmark==0.0.3
numpy
eng_to_ipa==0.0.2 eng_to_ipa==0.0.2
inflect==7.0.0 inflect==7.0.0
unidecode==1.3.7 unidecode==1.3.7

View file

@ -8,6 +8,7 @@ openai
python-dotenv python-dotenv
pypinyin pypinyin
cn2an==0.5.22 cn2an==0.5.22
numpy==1.22.0
networkx==2.8.8 networkx==2.8.8
jieba==0.42.1 jieba==0.42.1
gradio==3.48.0 gradio==3.48.0