DawnC commited on
Commit
21ee310
·
verified ·
1 Parent(s): b1db151

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
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.14.1
10
- xformers==0.0.20
11
- timm==0.9.2
12
- Pillow==10.0.0
 
1
+ numpy>=1.20.0,<2.0.0
2
+ torch>=2.0.0,<2.1.0
3
+ torchvision>=0.15.0,<0.16.0
4
+ matplotlib>=3.5.0,<4.0.0
5
+ gradio>=5.0.0,<6.0.0
6
+ diffusers>=0.20.0,<0.21.0
7
+ transformers>=4.25.0,<4.29.0
8
+ accelerate>=0.18.0,<0.20.0
9
+ huggingface_hub>=0.13.0,<0.15.0
10
+ xformers>=0.0.20,<0.1.0
11
+ timm>=0.9.0,<1.0.0
12
+ Pillow>=9.0.0,<11.0.0