Browse Source

Allow multiple version of python

tags/v0.3.11-rc1
haixuantao 9 months ago
parent
commit
75438baf73
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node-hub/dora-ios-lidar/pyproject.toml

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

@@ -5,7 +5,7 @@ authors = [{ name = "Your Name", email = "email@email.com" }]
description = "dora-ios-lidar"
license = { text = "MIT" }
readme = "README.md"
requires-python = "==3.8"
requires-python = ">=3.8"

dependencies = ["dora-rs >= 0.3.9", "opencv-python>=4.11.0.86", "record3d>=1.4", "scipy"]



Loading…
Cancel
Save