Skip to content

Commit 3be9a08

Browse files
authored
fix(deps): pin openvoice pytorch/torchaudio (#4436)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent b325807 commit 3be9a08

6 files changed

+25
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
torch==2.4.1
22
git+https://github.com/myshell-ai/MeloTTS.git
3-
git+https://github.com/myshell-ai/OpenVoice.git
3+
git+https://github.com/myshell-ai/OpenVoice.git
4+
whisper-timestamped
5+
numpy==1.22.0
6+
pydub==0.25.1
7+
wavmark==0.0.3
8+
eng_to_ipa==0.0.2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
--extra-index-url https://download.pytorch.org/whl/cu118
22
torch==2.4.1+cu118
33
git+https://github.com/myshell-ai/MeloTTS.git
4-
git+https://github.com/myshell-ai/OpenVoice.git
4+
git+https://github.com/myshell-ai/OpenVoice.git
5+
whisper-timestamped
6+
numpy==1.22.0
7+
pydub==0.25.1
8+
wavmark==0.0.3
9+
eng_to_ipa==0.0.2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
torch==2.4.1
22
git+https://github.com/myshell-ai/MeloTTS.git
3-
git+https://github.com/myshell-ai/OpenVoice.git
3+
git+https://github.com/myshell-ai/OpenVoice.git
4+
whisper-timestamped
5+
numpy==1.22.0
6+
pydub==0.25.1
7+
wavmark==0.0.3
8+
eng_to_ipa==0.0.2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
--extra-index-url https://download.pytorch.org/whl/rocm6.0
22
torch==2.4.1+rocm6.0
33
git+https://github.com/myshell-ai/MeloTTS.git
4-
git+https://github.com/myshell-ai/OpenVoice.git
4+
git+https://github.com/myshell-ai/OpenVoice.git
5+
whisper-timestamped
6+
numpy==1.22.0
7+
pydub==0.25.1
8+
wavmark==0.0.3
9+
eng_to_ipa==0.0.2

backend/python/openvoice/requirements-intel.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
22
intel-extension-for-pytorch==2.3.110+xpu
33
torch==2.3.1+cxx11.abi
4+
torchaudio==2.3.1+cxx11.abi
45
oneccl_bind_pt==2.3.100+xpu
56
optimum[openvino]
67
grpcio==1.68.1

backend/python/openvoice/requirements.txt

-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ grpcio==1.68.1
22
protobuf
33
librosa
44
faster-whisper
5-
pydub==0.25.1
6-
wavmark==0.0.3
7-
numpy==1.22.0
8-
eng_to_ipa==0.0.2
95
inflect
106
unidecode
11-
whisper-timestamped
127
openai
138
python-dotenv
149
pypinyin

0 commit comments

Comments
 (0)