Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -6,4 +6,7 @@ langchain-community>=0.0.13
|
|
6 |
faiss-cpu>=1.7.4
|
7 |
pypdf>=3.15.1
|
8 |
pytz>=2023.3
|
9 |
-
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|
6 |
faiss-cpu>=1.7.4
|
7 |
pypdf>=3.15.1
|
8 |
pytz>=2023.3
|
9 |
+
python-dotenv>=1.0.0
|
10 |
+
numpy>=1.26.4
|
11 |
+
opencv-python>=4.9.0.80
|
12 |
+
Pillow>=10.2.0
|