bgaspra commited on
Commit
d140f33
·
verified ·
1 Parent(s): 3ffa6ad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -4
requirements.txt CHANGED
@@ -1,8 +1,12 @@
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
 
 
 
 
 
1
  torch>=2.0.0
2
  torchvision>=0.15.0
3
  transformers>=4.30.0
4
+ gradio>=3.40.1
5
  pandas>=2.0.0
6
+ datasets>=2.14.0
7
+ scikit-learn>=1.0.2
8
+ Pillow>=9.0.0
9
+ seaborn>=0.12.0
10
+ matplotlib>=3.5.0
11
+ numpy>=1.21.0
12
+ tqdm>=4.65.0