Skip to content

Commit 8a08e9e

Browse files
authored
fix(openvoice): pin numpy before installing torch (#4439)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 61e486d commit 8a08e9e

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

backend/python/openvoice/requirements-cpu.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ torch==2.4.1
22
git+https://github.com/myshell-ai/MeloTTS.git
33
git+https://github.com/myshell-ai/OpenVoice.git
44
whisper-timestamped
5-
numpy
65
pydub==0.25.1
76
wavmark==0.0.3
87
eng_to_ipa==0.0.2

backend/python/openvoice/requirements-cublas11.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ torch==2.4.1+cu118
33
git+https://github.com/myshell-ai/MeloTTS.git
44
git+https://github.com/myshell-ai/OpenVoice.git
55
whisper-timestamped
6-
numpy
76
pydub==0.25.1
87
wavmark==0.0.3
98
eng_to_ipa==0.0.2

backend/python/openvoice/requirements-cublas12.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ torch==2.4.1
22
git+https://github.com/myshell-ai/MeloTTS.git
33
git+https://github.com/myshell-ai/OpenVoice.git
44
whisper-timestamped
5-
numpy
65
pydub==0.25.1
76
wavmark==0.0.3
87
eng_to_ipa==0.0.2

backend/python/openvoice/requirements-hipblas.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ torch==2.4.1+rocm6.0
33
git+https://github.com/myshell-ai/MeloTTS.git
44
git+https://github.com/myshell-ai/OpenVoice.git
55
whisper-timestamped
6-
numpy==1.22.0
76
pydub==0.25.1
87
wavmark==0.0.3
98
eng_to_ipa==0.0.2

backend/python/openvoice/requirements-intel.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ librosa==0.9.1
1010
faster-whisper==0.9.0
1111
pydub==0.25.1
1212
wavmark==0.0.3
13-
numpy
1413
eng_to_ipa==0.0.2
1514
inflect==7.0.0
1615
unidecode==1.3.7

backend/python/openvoice/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ openai
88
python-dotenv
99
pypinyin
1010
cn2an==0.5.22
11+
numpy==1.22.0
1112
networkx==2.8.8
1213
jieba==0.42.1
1314
gradio==3.48.0

0 commit comments

Comments
 (0)