mirror of
https://github.com/myshell-ai/OpenVoice
synced 2024-11-21 22:48:25 +00:00
Fix the wavmark version to resolve cuFFT error
This was originally fixed by #6. But a recent refactoring removed the fix. It solves #41 and #80.
This commit is contained in:
parent
42329cbc25
commit
c87e6f6d71
@ -1,7 +1,7 @@
|
|||||||
librosa==0.9.1
|
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.2
|
wavmark==0.0.3
|
||||||
numpy==1.22.0
|
numpy==1.22.0
|
||||||
eng_to_ipa==0.0.2
|
eng_to_ipa==0.0.2
|
||||||
inflect==7.0.0
|
inflect==7.0.0
|
||||||
|
2
setup.py
2
setup.py
@ -29,7 +29,7 @@ setup(name='MyShell-OpenVoice',
|
|||||||
'librosa==0.9.1',
|
'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.2',
|
'wavmark==0.0.3',
|
||||||
'numpy==1.22.0',
|
'numpy==1.22.0',
|
||||||
'eng_to_ipa==0.0.2',
|
'eng_to_ipa==0.0.2',
|
||||||
'inflect==7.0.0',
|
'inflect==7.0.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user