Spaces:
Build error
Build error
geopavlakos
commited on
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch==1.
|
3 |
-
torchvision==0.
|
4 |
|
5 |
pytorch-lightning
|
6 |
smplx==0.1.28
|
@@ -22,4 +22,4 @@ numpy==1.23.3
|
|
22 |
json_tricks
|
23 |
munkres
|
24 |
chumpy
|
25 |
-
detectron2
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.11.0+cu113
|
3 |
+
torchvision==0.12.0+cu113
|
4 |
|
5 |
pytorch-lightning
|
6 |
smplx==0.1.28
|
|
|
22 |
json_tricks
|
23 |
munkres
|
24 |
chumpy
|
25 |
+
detectron2
|