Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
google-generativeai
|
3 |
-
pandas
|
4 |
pillow
|
5 |
python-dotenv
|
6 |
PyPDF2>=3.0.0
|
7 |
-
pdf2image
|
8 |
-
poppler-utils
|
|
|
1 |
+
streamlit
|
2 |
+
google-generativeai
|
3 |
+
pandas
|
4 |
pillow
|
5 |
python-dotenv
|
6 |
PyPDF2>=3.0.0
|
7 |
+
pymupdf # Replaces pdf2image + poppler-utils
|
|