KarthiEz commited on
Commit
28f07af
·
verified ·
1 Parent(s): 8c7717a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -5,7 +5,8 @@ python-dateutil==2.9.0.post0
5
  rapidfuzz==3.10.1
6
  openai>=1.40.0,<2
7
  # Keep PyMuPDF compatible with environments that may already have paddleocr installed.
8
- pymupdf==1.20.2
 
9
  python-dotenv==1.0.1
10
  fastapi==0.115.6
11
  uvicorn[standard]==0.34.0
 
5
  rapidfuzz==3.10.1
6
  openai>=1.40.0,<2
7
  # Keep PyMuPDF compatible with environments that may already have paddleocr installed.
8
+ # Try to use pre-built wheel, but will build from source if needed (with libmupdf-dev)
9
+ pymupdf>=1.23.0,<2.0.0
10
  python-dotenv==1.0.1
11
  fastapi==0.115.6
12
  uvicorn[standard]==0.34.0