diff --git a/requirements.txt b/requirements.txt index d79890ba..5bdee7bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ pytest-mock==3.11.1 tensorflow==2.14.0 transformers==4.36.0 torch==2.0.1 --index-url https://download.pytorch.org/whl/cpu -pymupdf==1.23.26 +pymupdf==1.24.0 asyncio==3.4.3 prometheus-client==0.17.1 rdflib==7.0.0 diff --git a/setup.py b/setup.py index be318ed9..58bdba30 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "pytest-asyncio==0.23.2", "pyshacl==0.25.0", "google-cloud-storage==2.14.0", - "PyMuPDF==1.23.26", + "PyMuPDF==1.24.0", "pydub==0.25.1", "SpeechRecognition==3.10.1", "pytesseract==0.3.10",