Opera8 commited on
Commit
6f78923
·
verified ·
1 Parent(s): 715b219

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -6,7 +6,7 @@ spaces
6
  imageio-ffmpeg
7
  # SoniTranslate Core Dependencies
8
  git+https://github.com/m-bain/whisperX.git
9
- pyannote.audio==3.1.1
10
  fairseq
11
  yt-dlp
12
  pysrt
@@ -22,7 +22,8 @@ piper-tts==1.2.0
22
  TTS==0.21.1
23
 
24
  # Other utilities
25
- numpy
 
26
  soundfile
27
  librosa
28
  onnxruntime-gpu
 
6
  imageio-ffmpeg
7
  # SoniTranslate Core Dependencies
8
  git+https://github.com/m-bain/whisperX.git
9
+ pyannote.audio>=3.3.2
10
  fairseq
11
  yt-dlp
12
  pysrt
 
22
  TTS==0.21.1
23
 
24
  # Other utilities
25
+ # Important: numpy must be <2 for audio libraries to work
26
+ numpy<2
27
  soundfile
28
  librosa
29
  onnxruntime-gpu