Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -17,8 +17,8 @@ scikit-image==0.16.2
|
|
17 |
scipy==1.4.1
|
18 |
Shapely==1.7.0
|
19 |
six==1.14.0
|
20 |
-
torch
|
21 |
-
torchvision
|
22 |
tqdm==4.43.0
|
23 |
trimesh==3.5.23
|
24 |
xxhash==1.4.3
|
|
|
17 |
scipy==1.4.1
|
18 |
Shapely==1.7.0
|
19 |
six==1.14.0
|
20 |
+
torch==1.4.0
|
21 |
+
torchvision==0.5.0
|
22 |
tqdm==4.43.0
|
23 |
trimesh==3.5.23
|
24 |
xxhash==1.4.3
|