mirror of
https://github.com/babysor/MockingBird.git
synced 2024-03-22 13:11:31 +08:00
Update requirements.txt
Ubuntu 20.04.1 CUDA 11.3 缺少依赖,还有依赖冲突
This commit is contained in:
parent
c91bc3208e
commit
194b594e7f
|
@ -3,7 +3,7 @@ visdom
|
|||
librosa==0.8.1
|
||||
matplotlib>=3.3.0
|
||||
numpy==1.19.3; platform_system == "Windows"
|
||||
numpy==1.19.4; platform_system != "Windows"
|
||||
numpy==1.20.3; platform_system != "Windows"
|
||||
scipy>=1.0.0
|
||||
tqdm
|
||||
sounddevice
|
||||
|
@ -14,7 +14,7 @@ PyQt5
|
|||
multiprocess
|
||||
numba
|
||||
webrtcvad; platform_system != "Windows"
|
||||
pypinyin
|
||||
pypinyin==0.44.0
|
||||
flask
|
||||
flask_wtf
|
||||
flask_cors==3.0.10
|
||||
|
@ -25,4 +25,8 @@ streamlit==1.8.0
|
|||
PyYAML==5.4.1
|
||||
torch_complex
|
||||
espnet
|
||||
PyWavelets
|
||||
PyWavelets
|
||||
fastapi
|
||||
loguru
|
||||
click==8.0.4
|
||||
typer
|
||||
|
|
Loading…
Reference in New Issue
Block a user