Browse Source

added requirement

Kolja Beigel 1 year ago
parent
commit
25555f9dd1
3 changed files with 5 additions and 3 deletions
  1. 1 1
      README.md
  2. 2 1
      requirements-gpu.txt
  3. 2 1
      requirements.txt

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ https://github.com/KoljaB/RealtimeSTT/assets/7604638/207cb9a2-4482-48e7-9d2b-072
 
 ### Updates
 
-Latest Version: v0.1.13
+Latest Version: v0.1.14 (requirements fix)
 
 See [release history](https://github.com/KoljaB/RealtimeSTT/releases).
 

+ 2 - 1
requirements-gpu.txt

@@ -2,4 +2,5 @@ PyAudio==0.2.14
 faster-whisper==1.0.1
 pvporcupine==1.9.5
 webrtcvad==2.0.10
-halo==0.0.31
+halo==0.0.31
+scipy==1.12.0

+ 2 - 1
requirements.txt

@@ -4,4 +4,5 @@ pvporcupine==1.9.5
 webrtcvad==2.0.10
 halo==0.0.31
 torch==2.2.2
-torchaudio==2.2.2
+torchaudio==2.2.2
+scipy==1.12.0