Skip to content

Commit

Permalink
Fix the version of pymupdf to avert build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Oct 21, 2024
1 parent 21e69b5 commit db959a5
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 @@ -62,7 +62,7 @@ dependencies = [
"requests >= 2.26.0",
"tenacity == 8.3.0",
"anyio == 3.7.1",
"pymupdf >= 1.23.5",
"pymupdf == 1.24.11",
"django == 5.0.9",
"authlib == 1.2.1",
"llama-cpp-python == 0.2.88",
Expand Down

0 comments on commit db959a5

Please sign in to comment.