Skip to content

Commit 2fb07d7

Browse files
committed
open3d 0.18.0
1 parent b91c4d8 commit 2fb07d7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gripx"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "Grip is a prototyping toolbox for manipulation research."
55
readme = "README.md"
66
requires-python = ">=3.7,<3.13"
@@ -12,7 +12,7 @@ dependencies = [
1212
"numpy>=2.2.6",
1313
"scipy>=1.11.1",
1414
"pybullet>=3.2.6",
15-
"open3d>=0.19.0",
15+
"open3d>=0.18.0",
1616
"opencv-python>=4.11.0.86",
1717
"matplotlib>=3.3.4",
1818
"pybullet-planning-eaa",

requirements.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.19.0 # point cloud processing tools
4+
open3d>=0.18.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

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.19.0 # point cloud processing tools
4+
open3d>=0.18.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)