# Frozen dependency set for generating the rfdetr~=1.7.0 legacy checkpoint
# (floats to the latest 1.7.x patch — currently 1.7.1).
# 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.7.0
# rfdetr 1.7.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.7.x
# patch (1.7.1, 2026-05-28) for reproducibility.
transformers>=5.1.0,<=5.9.0
