Browse Source

Add no build isolation in numpy

tags/v0.3.11-rc1
haixuanTao 10 months ago
parent
commit
d2f4ffb89c
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      node-hub/dora-sam2/pyproject.toml

+ 7
- 4
node-hub/dora-sam2/pyproject.toml View File

@@ -8,12 +8,15 @@ readme = "README.md"
requires-python = ">=3.10"

dependencies = [
"dora-rs >= 0.3.9",
"huggingface-hub>=0.29.0",
"opencv-python>=4.11.0.86",
"sam2>=1.1.0",
"dora-rs >= 0.3.9",
"huggingface-hub>=0.29.0",
"opencv-python>=4.11.0.86",
"sam2>=1.1.0",
]

[tool.uv]
no-build-isolation-package = ['sam2']

[dependency-groups]
dev = ["pytest >=8.1.1", "ruff >=0.9.1"]



Loading…
Cancel
Save