mirror of
https://github.com/myshell-ai/OpenVoice.git
synced 2025-12-16 08:27:48 +01: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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user