Skip to content

Commit

Permalink
Remove PymuPDF version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 13, 2025
1 parent ca5caca commit 31b81c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"colorama",
"markdown",
"packaging",
"pymupdf (>=1.23.3, <1.24.0)", # The version in Fedora 39
"pymupdf",
"pyside6 (>=6.7.1, < 6.8)",
"pyxdg; sys_platform == 'linux'",
"requests",]
Expand Down

0 comments on commit 31b81c9

Please sign in to comment.