Update requirements.txt
Browse files- requirements.txt +18 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
torch==1.12.0
|
| 3 |
+
torchvision==0.13.0
|
| 4 |
+
pyg_lib
|
| 5 |
+
torch_scatter
|
| 6 |
+
torch_sparse
|
| 7 |
+
torch_cluster
|
| 8 |
+
torch_spline_conv
|
| 9 |
+
torch-geometric==1.7.2
|
| 10 |
+
numpy==1.21.6
|
| 11 |
+
scipy==1.7.3
|
| 12 |
+
matplotlib==3.5.3
|
| 13 |
+
opencv-python==4.8.1.78
|
| 14 |
+
open3d==0.9.0
|
| 15 |
+
trimesh[easy]==3.23.5
|
| 16 |
+
rtree==0.9.7
|
| 17 |
+
networkx==2.6.3
|
| 18 |
+
Pillow==9.5.0
|