DawnC commited on
Commit
fc5a0b5
·
verified ·
1 Parent(s): b572637

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -7
requirements.txt CHANGED
@@ -1,7 +1,12 @@
1
- torch<=2.5.0
2
- torchvision
3
- gradio>=5.6.0
4
- Pillow==10.4.0
5
- ultralytics
6
- numpy>=1.23
7
- timm>=0.9.2
 
 
 
 
 
 
1
+ numpy==1.24.3
2
+ torch==2.0.1
3
+ torchvision==0.15.2
4
+ matplotlib==3.7.2
5
+ gradio==5.6.0
6
+ diffusers==0.20.0
7
+ transformers==4.28.0
8
+ accelerate==0.19.0
9
+ huggingface_hub==0.15.1
10
+ xformers==0.0.20
11
+ timm==0.9.2
12
+ Pillow==10.0.0