fruitpicker01 commited on
Commit
ca6abf4
·
verified ·
1 Parent(s): 463334d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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