ISR / pyproject.toml
Zhen Ye
chore: relax pinned versions in pyproject.toml, let uv.lock handle exact pins
6314bba
raw
history blame contribute delete
687 Bytes
[project]
name = "isr"
version = "0.1.0"
description = "Multi-GPU video analysis platform for object detection, segmentation, and drone detection"
requires-python = ">=3.10"
dependencies = [
"fastapi",
"uvicorn",
"torch",
"transformers>=5.1.0",
"opencv-python-headless",
"python-multipart",
"pillow",
"huggingface-hub",
"ultralytics",
"python-dotenv",
"einops",
"sentence-transformers",
"SAM-2 @ git+https://github.com/facebookresearch/sam2.git",
"hydra-core>=1.3.2",
"iopath>=0.1.10",
"psutil",
"dill",
"openai>=1.0.0",
"anthropic>=0.40.0",
"google-genai>=1.0.0",
"requests",
"baml-py>=0.220.0",
]