Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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 |
-
|
|
|
|
| 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
|