DSatishchandra commited on
Commit
5652522
·
verified ·
1 Parent(s): fb5abe4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- transformers
2
- gradio
3
- pandas
4
- numpy
5
- scikit-learn
6
- joblib
 
 
1
+ transformers>=4.11.3
2
+ torch>=1.9.0
3
+ gradio>=2.4.7
4
+ pandas>=1.1.5
5
+ numpy>=1.19.5
6
+ scikit-learn>=0.24.2
7
+ joblib>=1.0.1