Y-Mangoes commited on
Commit
4873c49
·
verified ·
1 Parent(s): 00e1f93

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
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
 
1
+ pyannote.audio==3.0.0
2
+ gradio==4.31.0
3
+ torch==2.0.1
4
+ torchaudio==2.0.2
5
+ pydub==0.25.1
6
+ numpy==1.24.3
7
+ huggingface_hub==0.20.3