fix: update pymupdf version in requirements

This commit is contained in:
Tadashi 2024-10-31 08:32:16 +07:00
parent f38dd0fe8b
commit cce3639074
No known key found for this signature in database
GPG Key ID: 399380A00CC9028D

View File

@ -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",