# SAM3 Node - COMPLETE Dependencies for Python 3.13
# Only packages NOT in ComfyUI standard installation

# Hugging Face for model downloading
huggingface_hub>=0.34.0,<1.0
# OpenCV for image/video processing
opencv-python>=4.8.0

# Timm for vision transformers
timm>=1.0.17

# SAM3 REQUIRED dependencies (not auto-installed with --no-deps)
decord>=0.6.0
av>=9.0.0
hydra-core>=1.3.0
omegaconf>=2.3.0
einops>=0.6.0
pycocotools>=2.0.6
shapely>=1.8.0
ftfy>=6.1.1
regex
iopath>=0.1.10
typing_extensions
numpy>=1.26,<1.28
tqdm>=4.65.0

# Match transformers requirement: >=0.34.0,<1.0 (adjusted to range that exists for your Python)
# keep transformers itself in a safe range
transformers>=4.40.0,<5.0.0
