enesmanan commited on
Commit
7c9319c
1 Parent(s): e1ab149

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- torch==2.5.1
2
- torchvision==0.20.1
3
- timm==1.0.12
4
- pillow==10.4.0
5
- numpy==1.26.4
6
- opencv-python==4.10.0
7
- tqdm==4.67.1
8
- matplotlib==3.7.5
9
- gradio==5.9.1
10
- wandb==0.19.1
11
- datasets==3.2.0
12
- scikit-learn==1.4.2
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ timm>=0.9.2
4
+ pillow>=9.0.0
5
+ numpy>=1.24.0
6
+ opencv-python>=4.8.0
7
+ tqdm>=4.65.0
8
+ matplotlib>=3.7.0
9
+ gradio>=4.0.0
10
+ wandb>=0.15.0
11
+ datasets>=2.14.0
12
+ scikit-learn>=1.3.0