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