Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -14,4 +14,7 @@ faiss-cpu>=1.7.0
|
|
14 |
numpy>=1.24.0
|
15 |
|
16 |
# PDF processing for parent-page enrichment
|
17 |
-
PyMuPDF>=1.23.0
|
|
|
|
|
|
|
|
14 |
numpy>=1.24.0
|
15 |
|
16 |
# PDF processing for parent-page enrichment
|
17 |
+
PyMuPDF>=1.23.0
|
18 |
+
|
19 |
+
# Structured output and validation
|
20 |
+
pydantic>=2.0.0
|