From adcd2fdbc8e00321947be51276477493f19e6833 Mon Sep 17 00:00:00 2001 From: Horilla <131998600+horilla-opensource@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:25:08 +0530 Subject: [PATCH] [FIX] PyMuPDF version The latest PyMuPDF version broke the docker compose build in MacOS due to PyMuPDFb-1.24.6 linux/aarch64 wheel is missing on pypi.org . The required version for the package is lowered to the stable 1.24.5 for build compatibility. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b14bca1d..42f866354 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pillow pycparser pyHanko pyhanko-certvalidator -PyMuPDF +PyMuPDF== 1.24.5 pypdf pypng python-bidi