Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -6,3 +6,5 @@ faiss-cpu
|
|
6 |
pymupdf
|
7 |
pandas
|
8 |
tiktoken
|
|
|
|
|
|
6 |
pymupdf
|
7 |
pandas
|
8 |
tiktoken
|
9 |
+
torch # ✅ Required for using Hugging Face models like GPT-2
|
10 |
+
matplotlib # ✅ Required for rendering bar and pie charts
|