mirror of
https://github.com/babysor/MockingBird.git
synced 2024-11-27 04:49:52 +08:00
Update requirements.txt (#747)
Ubuntu 20.04.1 CUDA 11.3 缺少依赖,还有依赖冲突 Co-authored-by: Vega <babysor00@gmail.com>
This commit is contained in:
parent
6f84026c51
commit
5971555319
@ -2,7 +2,8 @@ umap-learn
|
||||
visdom
|
||||
librosa
|
||||
matplotlib>=3.3.0
|
||||
numpy
|
||||
numpy==1.19.3; platform_system == "Windows"
|
||||
numpy==1.20.3; platform_system != "Windows"
|
||||
scipy>=1.0.0
|
||||
tqdm
|
||||
sounddevice
|
||||
@ -12,8 +13,8 @@ inflect
|
||||
PyQt5
|
||||
multiprocess
|
||||
numba
|
||||
webrtcvad
|
||||
pypinyin
|
||||
webrtcvad; platform_system != "Windows"
|
||||
pypinyin==0.44.0
|
||||
flask
|
||||
flask_wtf
|
||||
flask_cors
|
||||
@ -25,9 +26,9 @@ PyYAML
|
||||
torch_complex
|
||||
espnet
|
||||
PyWavelets
|
||||
monotonic-align==1.0.0
|
||||
transformers
|
||||
fastapi
|
||||
loguru
|
||||
typer[all]
|
||||
click
|
||||
click==8.0.4
|
||||
typer
|
||||
monotonic-align==1.0.0
|
||||
transformers
|
||||
|
Loading…
Reference in New Issue
Block a user