DawnC commited on
Commit
4bef216
·
verified ·
1 Parent(s): cb5dc76

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -11
requirements.txt CHANGED
@@ -1,12 +1,7 @@
1
- numpy==1.24.3
2
- torch==2.0.1
3
- torchvision==0.15.2
4
- gradio==5.23.3
5
- diffusers==0.32.2
6
- transformers==4.30.1
7
- accelerate==0.20.3
8
- huggingface_hub==0.28.1
9
- xformers==0.0.20
10
- timm==0.9.2
11
  Pillow==10.4.0
12
- matplotlib==3.7.2
 
 
 
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