mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix the version of pymupdf to avert build errors
This commit is contained in:
@@ -62,7 +62,7 @@ dependencies = [
|
|||||||
"requests >= 2.26.0",
|
"requests >= 2.26.0",
|
||||||
"tenacity == 8.3.0",
|
"tenacity == 8.3.0",
|
||||||
"anyio == 3.7.1",
|
"anyio == 3.7.1",
|
||||||
"pymupdf >= 1.23.5",
|
"pymupdf == 1.24.11",
|
||||||
"django == 5.0.9",
|
"django == 5.0.9",
|
||||||
"authlib == 1.2.1",
|
"authlib == 1.2.1",
|
||||||
"llama-cpp-python == 0.2.88",
|
"llama-cpp-python == 0.2.88",
|
||||||
|
|||||||
Reference in New Issue
Block a user