kbrodt commited on
Commit
4a08f67
1 Parent(s): 6a64a7f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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