Browse Source

upgrade scipy and added websocket client

KoljaB 6 months ago
parent
commit
80f53d5aca
2 changed files with 4 additions and 2 deletions
  1. 2 1
      requirements-gpu.txt
  2. 2 1
      requirements.txt

+ 2 - 1
requirements-gpu.txt

@@ -3,6 +3,7 @@ faster-whisper==1.0.3
 pvporcupine==1.9.5
 webrtcvad==2.0.10
 halo==0.0.31
-scipy==1.13.0
+scipy==1.14.1
 websockets==v12.0
+websocket-client==1.8.0
 openwakeword>=0.4.0

+ 2 - 1
requirements.txt

@@ -5,6 +5,7 @@ webrtcvad==2.0.10
 halo==0.0.31
 torch==2.3.1
 torchaudio==2.3.1
-scipy==1.13.0
+scipy==1.14.1
 websockets==v12.0
+websocket-client==1.8.0
 openwakeword>=0.4.0