mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-04-29 03:00:05 +00:00
fix: Updated librosa to version 0.10.2
There is a bug in librosa 0.9.1. https://github.com/librosa/librosa/pull/1594 As a result, an error occurs when executing the "Vocals/Accompaniment Separation & Reverberation Removal" function. To address this issue, librosa has been upgraded to version 0.10.2. Additionally, torchcrepe has been upgraded due to its dependency on librosa.
This commit is contained in:
@@ -2,7 +2,7 @@ joblib>=1.1.0
|
||||
numba
|
||||
numpy
|
||||
scipy
|
||||
librosa==0.9.1
|
||||
librosa==0.10.2
|
||||
llvmlite
|
||||
fairseq
|
||||
faiss-cpu
|
||||
@@ -40,7 +40,7 @@ pyworld==0.3.2
|
||||
httpx
|
||||
onnxruntime; sys_platform == 'darwin'
|
||||
onnxruntime-gpu; sys_platform != 'darwin'
|
||||
torchcrepe==0.0.20
|
||||
torchcrepe==0.0.23
|
||||
fastapi==0.88
|
||||
torchfcpe
|
||||
ffmpy==0.3.1
|
||||
|
||||
Reference in New Issue
Block a user