Commit 291fe71
fix(deps): remove obsolete pdfminer (Py2 legacy) — keep pdfminer.six only
The two packages both install to /pdfminer/, so pdfminer (last release 2019,
Python 2 era) shadows pdfminer.six (the maintained successor). This breaks
pdfplumber with:
ImportError: cannot import name 'PDFStackT' from 'pdfminer.pdfinterp'
pdfminer.six is the correct dependency for all modern PDF tooling
(pdfplumber, markitdown, etc.). The legacy pdfminer entry was a bug from
the initial commit.
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>1 parent b263215 commit 291fe71
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments