Update requirements.txt

Ubuntu 20.04.1 CUDA 11.3 缺少依赖,还有依赖冲突
This commit is contained in:
xxxxx 2022-09-25 16:20:58 +08:00 committed by GitHub
parent c91bc3208e
commit 194b594e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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