Skip to content

Commit

Permalink
fix: avoid pdftext v0.3.11 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Oct 8, 2024
1 parent 12dd4b4 commit 5e9efe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version_provider = "poetry"
# Python:
python = ">=3.10,<4.0"
# Markdown conversion:
pdftext = ">=0.3.10"
pdftext = ">=0.3.10,!=0.3.11"
pypandoc-binary = { version = ">=1.13", optional = true }
scikit-learn = ">=1.4.2"
# Markdown formatting:
Expand Down

0 comments on commit 5e9efe3

Please sign in to comment.