Commit a00e736
Declare pyarrow dependency for parquet read/write
split_documents, compute_metrics, postprocessing (*_from_df) and
extract_mentions all read/write .parquet via pandas, but pandas>=2.2 does
not pull a parquet engine automatically, so these functions (and their
tests) fail at runtime without one. Add pyarrow as an explicit dependency.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 26bbaa8 commit a00e736
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments