Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
streamlit>=1.32.0
|
| 2 |
sentence-transformers>=2.2.2
|
| 3 |
-
faiss-cpu>=1.7.4
|
| 4 |
groq>=0.3.0
|
| 5 |
numpy>=1.24.0
|
| 6 |
pypdf>=3.17.0
|
| 7 |
langchain>=0.1.0
|
| 8 |
-
python-dotenv>=1.0.0
|
| 9 |
-
pdf2image>=1.16.3
|
| 10 |
-
pytesseract>=0.3.10
|
| 11 |
-
pillow>=10.0.0
|
|
|
|
| 1 |
streamlit>=1.32.0
|
| 2 |
sentence-transformers>=2.2.2
|
| 3 |
+
faiss-cpu>=1.7.4
|
| 4 |
groq>=0.3.0
|
| 5 |
numpy>=1.24.0
|
| 6 |
pypdf>=3.17.0
|
| 7 |
langchain>=0.1.0
|
| 8 |
+
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|
|