yuanze1024 commited on
Commit
d41280b
·
1 Parent(s): 4c05bb3

specify package versions

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- gradio
2
- torch
3
- torchvision
4
- datasets
5
- timm
6
- pillow
7
- open-clip-torch
8
- huggingface_hub
9
- ftfy
10
- regex
11
  easydict
 
1
+ gradio==4.21.0
2
+ torch==2.0.1
3
+ torchvision==0.15.2
4
+ datasets==2.18.0
5
+ timm==0.4.12
6
+ pillow==9.5.0
7
+ open-clip-torch==2.24.0
8
+ huggingface_hub==0.21.4
9
+ ftfy==6.1.1
10
+ regex==2023.6.3
11
  easydict