Nitzantry1 commited on
Commit
14236a9
·
verified ·
1 Parent(s): e254e59

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- gradio>=3.50.0
2
- numpy<2.0.0
3
- torch>=2.0.0
4
- torchaudio>=2.0.0
5
  pyannote.audio==2.1.1
6
- pytorch_lightning==2.0.9
7
- transformers
8
- typing-extensions>=4.4.0
 
 
1
+ numpy==1.24.3
2
+ torch==2.0.1
3
+ torchaudio==2.0.2
4
+ pytorch-lightning==1.6.5
5
  pyannote.audio==2.1.1
6
+ gradio==3.50.0
7
+ transformers==4.30.2
8
+ typing-extensions>=4.4.0
9
+ soundfile==0.12.1