Date: 2026-03-03
- Ran the update pipeline (
make all) and diagnosed parser/runtime failure. - Root cause:
xlrd==1.2.0path was incompatible in this environment for workbook parsing. - Updated parser in
scripts/process.pyto usepandas.read_excelwith robust date parsing. - Added guarded processing so failures are surfaced per source file.
- Updated dependencies in
requirements.txtto modern Excel stack. - Added
permissions: contents: writein.github/workflows/update.ymlfor reliable scheduled pushes.