jihyeonj commited on
Commit
40a1598
·
verified ·
1 Parent(s): 91afde5

fxing build error

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
  trimesh
2
  open3d
3
  torch_geometric
4
- pyg_lib
5
- torch_scatter
6
- torch_sparse
7
- torch_cluster
8
- torch_spline_conv
9
 
 
1
  trimesh
2
  open3d
3
  torch_geometric
4
+ torch_scatter
5
+ -f https://data.pyg.org/whl/torch-2.3.0+cpu.html
6
+
 
 
7