From bea076b556be03a929cc0f3a59c4f392c8379b4d Mon Sep 17 00:00:00 2001 From: wataru Date: Sat, 14 Jan 2023 07:00:36 +0900 Subject: [PATCH] WIP: switch base from trainer to client 3 --- server/requirements.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index fe61bade..fc744cfd 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,18 +1,9 @@ -Cython==0.29.32 fastapi==0.88.0 -librosa==0.9.2 numpy==1.23.5 -phonemizer==3.2.1 -psutil==5.9.4 pyOpenSSL==22.1.0 python-multipart==0.0.5 python-socketio==5.7.2 -retry==0.9.2 -scipy==1.9.3 torch==1.13.0 -torchaudio==0.13.0 -tqdm==4.64.1 -Unidecode==1.3.6 uvicorn==0.20.0 websockets==10.4 onnxruntime==1.13.1