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<?xml version =" 1.0" ?>
22<package format =" 3" >
33 <name >grip</name >
4- <version >0.0.16 </version >
4+ <version >0.0.17 </version >
55 <description >grip is a library for Robot Grasp Learning Environments.</description >
66 <maintainer email =" ermano.arruda@gmail.com" >Ermano Arruda</maintainer >
77 <license >MIT</license >
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ authors = [
99]
1010dependencies = [
1111 " setuptools>=69.0.0" ,
12- " numpy>=1.25.2,<=1.26.4 " ,
12+ " numpy>=2.2.6 " ,
1313 " scipy>=1.11.1" ,
1414 " pybullet>=3.2.6" ,
15- " open3d>=0.10 .0" ,
16- " opencv-python>=4.9 .0.80 " ,
15+ " open3d>=0.19 .0" ,
16+ " opencv-python>=4.11 .0.86 " ,
1717 " matplotlib>=3.3.4" ,
1818 " pybullet-planning-eaa" ,
1919 " trimesh>=3.9.20" ,
Original file line number Diff line number Diff line change 1- numpy >= 1.25.2 , <= 1.26.4 # numerical computing library
1+ numpy >= 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.10 .0 # point cloud processing tools
5- opencv-python >= 4.9 .0.80 # computer vision tools
4+ open3d >= 0.19 .0 # point cloud processing tools
5+ opencv-python >= 4.11 .0.86 # 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 1- numpy>=1.25.2,<=1.26.4 # numerical computing library
1+ numpy>=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.10 .0 # point cloud processing tools
5- # opencv-python>=4.9 .0.80 # computer vision tools
4+ open3d>=0.19 .0 # point cloud processing tools
5+ opencv-python>=4.11 .0.86 # 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 4040 license = "MIT" ,
4141 python_requires = ">=3.10,<3.13" ,
4242 classifiers = [
43- "Programming Language :: Python :: 3" ,
43+ "Programming Language :: Python :: 3.10 " ,
4444 "Programming Language :: Python :: 3.12" ,
4545 ],
4646 tests_require = ["pytest" ],
You can’t perform that action at this time.
0 commit comments