bgaspra commited on
Commit
73e27ac
·
verified ·
1 Parent(s): c02513c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,10 +1,8 @@
1
- tensorflow
2
- numpy
3
- pillow
4
- scikit-learn
5
- joblib
6
- requests
7
- tqdm
8
- datasets
9
- gradio
10
- matplotlib
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ transformers>=4.30.0
4
+ gradio>=3.40.0
5
+ pandas>=2.0.0
6
+ datasets>=2.12.0
7
+ scikit-learn>=1.2.0
8
+ Pillow>=9.5.0