mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 02:51:09 +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:
@@ -3,7 +3,7 @@ joblib>=1.1.0
|
||||
numba==0.56.4
|
||||
numpy==1.23.5
|
||||
scipy
|
||||
librosa==0.9.1
|
||||
librosa==0.10.2
|
||||
llvmlite==0.39.0
|
||||
fairseq==0.12.2
|
||||
faiss-cpu==1.7.3
|
||||
@@ -41,7 +41,7 @@ pyworld==0.3.2
|
||||
httpx
|
||||
onnxruntime
|
||||
onnxruntime-gpu
|
||||
torchcrepe==0.0.20
|
||||
torchcrepe==0.0.23
|
||||
fastapi==0.88
|
||||
ffmpy==0.3.1
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
Reference in New Issue
Block a user