From be87eed0c585aef6b76427c0b42dd61f6f1cd7c9 Mon Sep 17 00:00:00 2001 From: Erol444 Date: Thu, 27 Jun 2024 13:47:53 +0200 Subject: [PATCH] Added open3d as additional requirement --- depthai_sdk/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/depthai_sdk/setup.py b/depthai_sdk/setup.py index b30c904c0..ce2f809e8 100644 --- a/depthai_sdk/setup.py +++ b/depthai_sdk/setup.py @@ -27,7 +27,8 @@ 'Qt.py>=1.3.0', 'matplotlib==3.5.3; python_version <= "3.7"', 'matplotlib==3.6.1; python_version > "3.7"', - 'depthai-viewer' + 'depthai-viewer', + 'open3d' ], "replay": ['mcap>=0.0.10', 'mcap-ros1-support==0.0.8',