Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -3,5 +3,7 @@ opencv-python==4.8.1.78
|
|
3 |
scipy==1.11.4
|
4 |
pydantic==2.5.3
|
5 |
timm==0.6.12
|
6 |
-
|
7 |
-
|
|
|
|
|
|
3 |
scipy==1.11.4
|
4 |
pydantic==2.5.3
|
5 |
timm==0.6.12
|
6 |
+
trimesh==4.0.8
|
7 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
8 |
+
torch==2.1.1
|
9 |
+
torchvision==0.16.1
|