mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-30 18:22:51 +08:00
Fix dependency error (#745)
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. lightning 2.0.2 requires fastapi<0.89.0,>=0.69.0, but you have fastapi 0.100.0 which is incompatible. so-vits-svc-fork 3.14.1 requires fastapi==0.88, but you have fastapi 0.100.0 which is incompatible.
This commit is contained in:
parent
86ed98aaca
commit
2e0dfeec50
@ -41,3 +41,4 @@ pyworld>=0.3.2
|
||||
httpx==0.23.0
|
||||
#onnxruntime-gpu
|
||||
torchcrepe==0.0.20
|
||||
fastapi==0.88
|
||||
|
Loading…
Reference in New Issue
Block a user