From 194b594e7f4f0d7d6fb4a1b8cf6be9a208c8c9e4 Mon Sep 17 00:00:00 2001 From: xxxxx <99001867+ibb233@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:20:58 +0800 Subject: [PATCH] Update requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ubuntu 20.04.1 CUDA 11.3 缺少依赖,还有依赖冲突 --- requirements.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 119814d..b79f085 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +PyWavelets +fastapi +loguru +click==8.0.4 +typer