You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ocr: pin datasets>=4.0.0 in the 9 recipes that left it unpinned (#70)
An unpinned "datasets" dep lets the resolver backtrack to pre-2.15
releases that still use pa.PyExtensionType, which modern pyarrow has
removed — the job then crashes at import, before inference (see
davanstrien/ocr-bench#18 for a report against dots-ocr.py). The other
17 recipes already pin datasets>=4.0.0; this aligns the remaining 9.
Resolution verified clean for all nine with uv lock --script.
Claude-Session: https://claude.ai/code/session_01FaJ84bsoBpgVXocRzSJ6N5
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments