diff --git a/server/requirements.txt b/server/requirements.txt
index dbce832d..4d11beec 100644
--- a/server/requirements.txt
+++ b/server/requirements.txt
@@ -2,8 +2,9 @@
 ### いらない? websockets==10.4
 uvicorn==0.21.1
 pyOpenSSL==23.0.0
-numpy==1.24.2
-torch==2.0.0
+numpy==1.23.5
+#torch==2.0.0
+torch==1.13.1
 resampy==0.4.2
 matplotlib==3.7.1
 librosa==0.10.0.post1
@@ -12,4 +13,8 @@ python-socketio==5.7.2
 fastapi==0.94.1
 onnxruntime-gpu==1.14.1
 python-multipart==0.0.6
-# apt-get install g++
\ No newline at end of file
+fairseq==0.12.2
+# apt-get install gcc g++
+# https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh
+# bash Anaconda3-2022.10-Linux-x86_64.sh
+