1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

chore: bump 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:
tkyaji
2024-06-26 21:59:55 +09:00
committed by 源文雨
parent 04d8abe7d5
commit 168616517a
7 changed files with 36 additions and 32 deletions

View File

@@ -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

View File

@@ -2,7 +2,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

View File

@@ -7,7 +7,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

View File

@@ -2,7 +2,7 @@ joblib>=1.1.0
numba
numpy==1.23.5
scipy
librosa==0.9.1
librosa==0.10.2
llvmlite
fairseq
faiss-cpu

View File

@@ -2,7 +2,7 @@ joblib>=1.1.0
numba
numpy
scipy
librosa==0.9.1
librosa==0.10.2
llvmlite
fairseq @ git+https://github.com/One-sixth/fairseq.git
faiss-cpu