Browse Source

fixes for Ubuntu

KoljaB 7 months ago
parent
commit
cd5bbc8d77
2 changed files with 4 additions and 3 deletions
  1. 2 1
      requirements-gpu.txt
  2. 2 2
      requirements.txt

+ 2 - 1
requirements-gpu.txt

@@ -1,7 +1,8 @@
 PyAudio==0.2.14
-faster-whisper==1.0.2
+faster-whisper==1.0.3
 pvporcupine==1.9.5
 webrtcvad==2.0.10
 halo==0.0.31
 scipy==1.13.0
 websockets==v12.0
+openwakeword>=0.4.0

+ 2 - 2
requirements.txt

@@ -5,6 +5,6 @@ webrtcvad==2.0.10
 halo==0.0.31
 torch==2.3.1
 torchaudio==2.3.1
-scipy==1.12.0
+scipy==1.13.0
 websockets==v12.0
-openwakeword==0.6.0
+openwakeword>=0.4.0