lbmodels commited on
Commit
bc205d0
·
verified ·
1 Parent(s): 54b859b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -5,12 +5,11 @@ gradio==3.38.0
5
  gradio-client==0.8.1
6
  yt-dlp
7
  json5
8
- torch
9
- torchaudio
10
  more_itertools
11
 
12
  # Needed by diarization
13
  intervaltree
14
  srt
15
- torch
16
- git+https://github.com/pyannote/pyannote-audio.git@develop#egg=pyannote-audio
 
5
  gradio-client==0.8.1
6
  yt-dlp
7
  json5
8
+ torch==2.1.0 # Use a specific version compatible with other dependencies
9
+ torchaudio==2.1.0 # Match with the torch version to avoid compatibility issues
10
  more_itertools
11
 
12
  # Needed by diarization
13
  intervaltree
14
  srt
15
+ pyannote.audio