Skip to content

Commit b91c4d8

Browse files
committed
updating deps
1 parent 59bd186 commit b91c4d8

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ authors = [
99
]
1010
dependencies = [
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",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
numpy>=1.25.2,<=1.26.4 # numerical computing library
1+
numpy>=2.2.6 # numerical computing library
22
scipy>=1.11.1 # scientific computation tools
33
pybullet>=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
66
matplotlib>=3.3.4 # plotting tools
77
pybullet-planning-eaa # pure python motion planning
88
trimesh==3.9.20 # mesh processing tools

requirements_dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
numpy>=1.25.2,<=1.26.4 # numerical computing library
1+
numpy>=2.2.6 # numerical computing library
22
scipy>=1.11.1 # scientific computation tools
33
pybullet>=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
66
matplotlib>=3.3.4 # plotting tools
77
pybullet-planning-eaa # pure python motion planning
88
trimesh==3.9.20 # mesh processing tools

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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"],

0 commit comments

Comments
 (0)