From cce363907426379d918f73f801e202854296cb17 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Thu, 31 Oct 2024 08:32:16 +0700 Subject: [PATCH] fix: update pymupdf version in requirements --- libs/kotaemon/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kotaemon/pyproject.toml b/libs/kotaemon/pyproject.toml index 3cd4bbe..6ee2aa7 100644 --- a/libs/kotaemon/pyproject.toml +++ b/libs/kotaemon/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "opentelemetry-exporter-otlp-proto-grpc>=1.25.0", # https://github.com/chroma-core/chroma/issues/2571 "pandas>=2.2.2,<2.3", "plotly", - "PyMuPDF>=1.23", + "PyMuPDF>=1.23,<=1.24.11", "pypdf>=4.2.0,<4.3", "python-decouple", # for theflow "python-docx>=1.1.0,<1.2",