Spaces:
Sleeping
Sleeping
requirements typo fixed
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
trimesh
|
2 |
open3d
|
3 |
torch_geometric
|
4 |
-
pyg_lib
|
|
|
|
|
|
|
|
|
|
|
|
1 |
trimesh
|
2 |
open3d
|
3 |
torch_geometric
|
4 |
+
pyg_lib
|
5 |
+
torch_scatter
|
6 |
+
torch_sparse
|
7 |
+
torch_cluster
|
8 |
+
torch_spline_conv
|
9 |
+
|