bgaspra commited on
Commit
171a179
·
verified ·
1 Parent(s): 4ab8df2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,8 +1,11 @@
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
 
 
 
 
1
+ gradio==4.14.0
2
+ torch==2.2.0
3
+ torchvision==0.17.0
4
+ transformers==4.37.2
5
+ pandas==2.2.0
6
+ datasets==2.17.0
7
+ scikit-learn==1.4.0
8
+ seaborn==0.13.2
9
+ matplotlib==3.8.2
10
+ numpy==1.26.3
11
+ Pillow==10.2.0