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
|
librosa==0.8.1
|
||||||
matplotlib>=3.3.0
|
matplotlib>=3.3.0
|
||||||
numpy==1.19.3; platform_system == "Windows"
|
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
|
scipy>=1.0.0
|
||||||
tqdm
|
tqdm
|
||||||
sounddevice
|
sounddevice
|
||||||
|
@ -14,7 +14,7 @@ PyQt5
|
||||||
multiprocess
|
multiprocess
|
||||||
numba
|
numba
|
||||||
webrtcvad; platform_system != "Windows"
|
webrtcvad; platform_system != "Windows"
|
||||||
pypinyin
|
pypinyin==0.44.0
|
||||||
flask
|
flask
|
||||||
flask_wtf
|
flask_wtf
|
||||||
flask_cors==3.0.10
|
flask_cors==3.0.10
|
||||||
|
@ -26,3 +26,7 @@ PyYAML==5.4.1
|
||||||
torch_complex
|
torch_complex
|
||||||
espnet
|
espnet
|
||||||
PyWavelets
|
PyWavelets
|
||||||
|
fastapi
|
||||||
|
loguru
|
||||||
|
click==8.0.4
|
||||||
|
typer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user