A19grey commited on
Commit
16ac751
1 Parent(s): 84a6150

fixed reqs.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -10
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- pillow
2
- numpy
3
- matplotlib
4
- torch
5
- torchvision
6
- numpy
7
- pillow_heif
8
- timm
9
- trimesh
10
- time
 
1
+ pillow==9.5.0
2
+ numpy==1.24.3
3
+ matplotlib==3.7.1
4
+ torch==2.0.1
5
+ torchvision==0.15.2
6
+ pillow_heif==0.8.0
7
+ timm==0.9.2
8
+ trimesh==3.22.1
9
+ gradio==3.35.2