Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==2.2.2
|
| 2 |
+
pypdf==4.2.0
|
| 3 |
+
docx2txt==0.8
|
| 4 |
+
datasets==2.20.0
|
| 5 |
+
llama-index-core==0.10.44
|
| 6 |
+
pillow>=10.0.0
|
| 7 |
+
pytesseract>=0.3.13
|
| 8 |
+
openpyxl>=3.1.0
|