# Frozen dependency set for generating the rfdetr~=1.8.0 legacy checkpoint
# (floats to the latest 1.8.x patch — currently 1.8.3).
# Installed with CPU-only torch (UV_TORCH_BACKEND=cpu / --extra-index-url
# https://download.pytorch.org/whl/cpu) by .github/workflows/ci-legacy-checkpoints.yml.
# Add extra pins below (e.g. numpy==X.Y.Z) if a newer transitive dependency
# breaks checkpoint generation for this version.
rfdetr~=1.8.0
# rfdetr 1.8.x on PyPI declares transformers>=5.1.0,<6.0.0 (its own historical
# constraint). Bounded to the latest release available as of the newest 1.8.x
# patch (1.8.3, 2026-06-29) for reproducibility.
transformers>=5.1.0,<=5.12.1
