Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
setuptools
|
2 |
matplotlib>=3.5.1
|
3 |
numpy>=1.22.3
|
@@ -8,8 +9,8 @@ scikit_image>=0.19.2
|
|
8 |
scipy>=1.8.0
|
9 |
Shapely>=1.8.1.post1
|
10 |
scikit-image>=0.19.2
|
11 |
-
torch
|
12 |
-
torchvision
|
13 |
torchgeometry>=0.1.2
|
14 |
tqdm>=4.64.0
|
15 |
trimesh>=3.10.8
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
setuptools
|
3 |
matplotlib>=3.5.1
|
4 |
numpy>=1.22.3
|
|
|
9 |
scipy>=1.8.0
|
10 |
Shapely>=1.8.1.post1
|
11 |
scikit-image>=0.19.2
|
12 |
+
torch>=1.12.0+cu113
|
13 |
+
torchvision>=0.13.0+cu113
|
14 |
torchgeometry>=0.1.2
|
15 |
tqdm>=4.64.0
|
16 |
trimesh>=3.10.8
|