Skip to content

Commit dbaffd1

Browse files
committed
fixing deps
1 parent ffd3111 commit dbaffd1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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.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
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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
44
open3d>=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
66
matplotlib>=3.3.4 # plotting tools
77
pybullet-planning-eaa # pure python motion planning
88
trimesh==3.9.20 # mesh processing tools

0 commit comments

Comments
 (0)