- ci.yml: add pandas to pip install (pipeline tests); ignore
test_vl_model_task.py (requires circuitforge_orch)
- test_recipe_scan.py: default fixture tier to 'premium' — recipe_scan
is a premium feature in tiers.py; test was using 'paid' causing 403
- ocr/__init__.py: move VisionLanguageOCR re-export under TYPE_CHECKING
so torch is not imported at module load time
- ci.yml: add psycopg2-binary + anthropic to pip install (cf-core
community and fixture scripts need these); exclude tests/fixtures/ and
test_docuvision_client.py (torch/GPU tests — not runnable on ubuntu-latest)