Skip to content

Commit db959a5

Browse files
committed
Fix the version of pymupdf to avert build errors
1 parent 21e69b5 commit db959a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies = [
6262
"requests >= 2.26.0",
6363
"tenacity == 8.3.0",
6464
"anyio == 3.7.1",
65-
"pymupdf >= 1.23.5",
65+
"pymupdf == 1.24.11",
6666
"django == 5.0.9",
6767
"authlib == 1.2.1",
6868
"llama-cpp-python == 0.2.88",

0 commit comments

Comments
 (0)