Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision==0.
|
| 3 |
numpy
|
| 4 |
trimesh
|
| 5 |
# meshiki # we don't use it for flow inference
|
|
|
|
| 1 |
+
torch==2.8.0 # should be installed by HF
|
| 2 |
+
torchvision==0.24.0
|
| 3 |
numpy
|
| 4 |
trimesh
|
| 5 |
# meshiki # we don't use it for flow inference
|