Spaces:
Running
on
Zero
Running
on
Zero
fixed reqs.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
pillow
|
2 |
-
numpy
|
3 |
-
matplotlib
|
4 |
-
torch
|
5 |
-
torchvision
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
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
|
|