ckc99u commited on
Commit
de97381
·
verified ·
1 Parent(s): c0eb7ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -14
requirements.txt CHANGED
@@ -1,14 +1,18 @@
1
- torch==1.13.1
2
- torchvision==0.14.1
3
- torch-geometric==2.2.0
4
- torch-scatter==2.1.0
5
- torch-sparse==0.6.16
6
- torch-cluster==1.6.0
7
- gradio==3.50.2
8
- numpy==1.23.5
9
- open3d==0.16.0
10
- trimesh==3.23.5
11
- networkx==2.8.8
12
- rtree==1.0.1
13
- scipy==1.10.1
14
- pillow==9.5.0
 
 
 
 
 
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