File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " gripx"
3- version = " 0.0.16 "
3+ version = " 0.0.17 "
44description = " Grip is a prototyping toolbox for manipulation research."
55readme = " README.md"
66requires-python = " >=3.7,<3.13"
@@ -12,7 +12,7 @@ dependencies = [
1212 " numpy>=2.2.6" ,
1313 " scipy>=1.11.1" ,
1414 " pybullet>=3.2.6" ,
15- " open3d>=0.19 .0" ,
15+ " open3d>=0.18 .0" ,
1616 " opencv-python>=4.11.0.86" ,
1717 " matplotlib>=3.3.4" ,
1818 " pybullet-planning-eaa" ,
Original file line number Diff line number Diff line change 11numpy >= 2.2.6 # numerical computing library
22scipy >= 1.11.1 # scientific computation tools
33pybullet >= 3.2.7 # physics engine used for simulation
4- open3d >= 0.19 .0 # point cloud processing tools
4+ open3d >= 0.18 .0 # point cloud processing tools
55opencv-python >= 4.11.0.86 # computer vision tools
66matplotlib >= 3.3.4 # plotting tools
77pybullet-planning-eaa # pure python motion planning
Original file line number Diff line number Diff line change 11numpy>=2.2.6 # numerical computing library
22scipy>=1.11.1 # scientific computation tools
33pybullet>=3.2.7 # physics engine used for simulation
4- open3d>=0.19 .0 # point cloud processing tools
4+ open3d>=0.18 .0 # point cloud processing tools
55opencv-python>=4.11.0.86 # computer vision tools
66matplotlib>=3.3.4 # plotting tools
77pybullet-planning-eaa # pure python motion planning
You can’t perform that action at this time.
0 commit comments