Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
transformers>=4.40.0
|
10 |
python-dotenv>=1.0.0
|
|
|
1 |
+
streamlit>=1.35
|
2 |
+
pdfplumber>=0.11
|
3 |
+
pytesseract>=0.3.10
|
4 |
+
pillow>=10.3.0
|
5 |
+
openai>=1.30
|
6 |
+
pandas>=2.2.2
|
7 |
+
pyarrow>=15.0.0
|
8 |
+
groq>=0.5.0
|
|
|
9 |
python-dotenv>=1.0.0
|