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:
tkyaji
2024-06-26 21:59:55 +09:00
parent 1f1755fe3d
commit 330bdd9692
7 changed files with 45 additions and 41 deletions

View File

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