Skip to content

Commit 22385ad

Browse files
authored
Merge pull request graspnet#29 from GouMinghao/master
Merge docs change
2 parents b77ae58 + be0ee42 commit 22385ad

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
sphinx==3.0.3
22
sphinx_rtd_theme
3-
open3d==0.11.0
3+
open3d==0.11.0
4+
torch
5+
-e .

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'numpy',
1616
'scipy',
1717
'transforms3d==0.3.1',
18-
'open3d>=0.8.0.0',
18+
'open3d==0.11.0',
1919
'trimesh',
2020
'tqdm',
2121
'Pillow',
@@ -31,6 +31,9 @@
3131
'dill',
3232
'h5py',
3333
'sklearn',
34-
'grasp_nms'
34+
'grasp_nms',
35+
'torch',
36+
'addict',
37+
'plyfile',
3538
]
3639
)

0 commit comments

Comments
 (0)