DevNumb commited on
Commit
6da43ce
·
verified ·
1 Parent(s): 6a57c4c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- torch>=2.0.0
2
  transformers>=4.36.0
3
  accelerate>=0.25.0
4
  scipy>=1.11.0
5
  numpy>=1.24.0
 
6
  soundfile>=0.12.0
7
- gradio-themes>=0.1.0
8
  pillow>=10.0.0
9
- plotly>=5.17.0
 
 
 
1
+ torch>=2.0.0,<2.9.1
2
  transformers>=4.36.0
3
  accelerate>=0.25.0
4
  scipy>=1.11.0
5
  numpy>=1.24.0
6
+ gradio>=4.0.0
7
  soundfile>=0.12.0
 
8
  pillow>=10.0.0
9
+ plotly>=5.17.0
10
+ datasets>=2.0.0
11
+ safetensors>=0.4.0