Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ sumy==0.11.0
|
|
| 3 |
nltk==3.9.1
|
| 4 |
langchain==0.3.7
|
| 5 |
langchain-community==0.3.7
|
| 6 |
-
llama-cpp-python==0.3.2
|
|
|
|
|
|
| 3 |
nltk==3.9.1
|
| 4 |
langchain==0.3.7
|
| 5 |
langchain-community==0.3.7
|
| 6 |
+
llama-cpp-python==0.3.2
|
| 7 |
+
pypdf==5.1.0
|