Nitzantry1 commited on
Commit
38751f9
·
verified ·
1 Parent(s): ebec731

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
  gradio>=3.50.0
 
 
 
2
  pyannote.audio==2.1.1
3
- torch
4
- transformers
 
 
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