File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies = [
1313 " scipy>=1.11.1" ,
1414 " pybullet>=3.2.6" ,
1515 " open3d>=0.19.0" ,
16- " opencv-python>=4.11 .0.86 " ,
16+ " opencv-python>=4.10 .0.84 " ,
1717 " matplotlib>=3.3.4" ,
1818 " pybullet-planning-eaa" ,
1919 " trimesh>=3.9.20" ,
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.18 .0 # point cloud processing tools
5- opencv-python >= 4.11 .0.86 # computer vision tools
4+ open3d >= 0.19 .0 # point cloud processing tools
5+ opencv-python >= 4.10 .0.84 # computer vision tools
66matplotlib >= 3.3.4 # plotting tools
77pybullet-planning-eaa # pure python motion planning
88trimesh == 3.9.20 # mesh processing tools
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ numpy>=2.2.6 # numerical computing library
22scipy>=1.11.1 # scientific computation tools
33pybullet>=3.2.7 # physics engine used for simulation
44open3d>=0.19.0 # point cloud processing tools
5- opencv-python>=4.11 .0.86 # computer vision tools
5+ opencv-python>=4.10 .0.84 # computer vision tools
66matplotlib>=3.3.4 # plotting tools
77pybullet-planning-eaa # pure python motion planning
88trimesh==3.9.20 # mesh processing tools
You can’t perform that action at this time.
0 commit comments