Y-Mangoes commited on
Commit
4ddfa68
·
verified ·
1 Parent(s): ca3dd87

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu113
2
  gradio==4.44.0
3
  pyannote.audio==3.1.1
4
- torch==2.4.1
 
 
 
 
 
5
  huggingface_hub==0.25.1
 
 
1
  gradio==4.44.0
2
  pyannote.audio==3.1.1
3
+ torch>=2.0.0
4
+ torchaudio>=2.0.0
5
+ librosa==0.10.2
6
+ soundfile==0.12.1
7
+ matplotlib==3.9.2
8
+ numpy==1.26.4
9
  huggingface_hub==0.25.1