From cbe73522fe60e6f06d81d130f71dd33cd5fe67da Mon Sep 17 00:00:00 2001 From: haixuantao Date: Wed, 22 Jan 2025 09:29:48 +0100 Subject: [PATCH] Adding opencv dependency --- node-hub/dora-ios-lidar/pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/node-hub/dora-ios-lidar/pyproject.toml b/node-hub/dora-ios-lidar/pyproject.toml index df89bdcb..f6cad012 100644 --- a/node-hub/dora-ios-lidar/pyproject.toml +++ b/node-hub/dora-ios-lidar/pyproject.toml @@ -7,7 +7,11 @@ license = { text = "MIT" } readme = "README.md" requires-python = ">=3.8" -dependencies = ["dora-rs >= 0.3.6", "record3d>=1.4"] +dependencies = [ + "dora-rs >= 0.3.6", + "opencv-python>=4.11.0.86", + "record3d>=1.4", +] [dependency-groups] dev = ["pytest >=8.1.1", "ruff >=0.9.1"]