| # Web framework | |
| fastapi==0.121.3 | |
| uvicorn==0.38.0 | |
| # PyTorch with CUDA 12.9 (for HF L4/A10G/A100 GPUs) | |
| # Note: Install with: pip install torch==2.9.1 --index-url https://download.pytorch.org/whl/cu129 | |
| torch==2.9.1 | |
| torchvision | |
| # Transformers with SAM3 support (install from git main for latest models) | |
| git+https://github.com/huggingface/transformers.git | |
| # Hugging Face Hub (updated for transformers 5.0.0.dev0) | |
| huggingface_hub>=1.0.0,<2.0 | |
| # Core dependencies | |
| numpy>=2.3.0 | |
| pillow>=12.0.0 | |