mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Fix the version of pymupdf to avert build errors
This commit is contained in:
parent
21e69b506d
commit
db959a504d
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue