From db959a504da5aaa9f89c6511d8a0f73824ab65cf Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 21 Oct 2024 12:56:51 -0700 Subject: [PATCH] Fix the version of pymupdf to avert build errors --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 960d8d72..93df0b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",