Skip to content

Commit

Permalink
Downgrade pdfminer.six
Browse files Browse the repository at this point in the history
  • Loading branch information
kpine committed Dec 27, 2024
1 parent f2321bf commit e258695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ build-fava:
fava[excel]==$FAVA_VERSION
# https://github.com/beancount/beancount/issues/788
RUN uv pip uninstall pdfminer2 \
&& uv pip install --upgrade --reinstall pdfminer.six==20240706
&& uv pip install --upgrade --reinstall pdfminer.six==20231228

SAVE ARTIFACT /app

Expand Down

0 comments on commit e258695

Please sign in to comment.