Abduuu commited on
Commit
111b0f2
1 Parent(s): 2e514c2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio
2
- transformers
3
- pandas
4
- matplotlib
 
 
1
+ torch>=1.7.0
2
+ transformers>=4.11.3
3
+ gradio>=3.0.0
4
+ pandas>=1.3.3
5
+ matplotlib>=3.4.3