Skip to content

Commit ffd3111

Browse files
committed
open3d 0.18.0
1 parent 2fb07d7 commit ffd3111

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"numpy>=2.2.6",
1313
"scipy>=1.11.1",
1414
"pybullet>=3.2.6",
15-
"open3d>=0.18.0",
15+
"open3d>=0.19.0",
1616
"opencv-python>=4.11.0.86",
1717
"matplotlib>=3.3.4",
1818
"pybullet-planning-eaa",

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
4+
open3d>=0.19.0 # point cloud processing tools
55
opencv-python>=4.11.0.86 # computer vision tools
66
matplotlib>=3.3.4 # plotting tools
77
pybullet-planning-eaa # pure python motion planning

0 commit comments

Comments
 (0)