Browse Source

Adding opencv dependency

tags/v0.3.9-rc1
haixuantao 1 year ago
parent
commit
cbe73522fe
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      node-hub/dora-ios-lidar/pyproject.toml

+ 5
- 1
node-hub/dora-ios-lidar/pyproject.toml View File

@@ -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"]


Loading…
Cancel
Save