Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -11
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
-
PyPDF2
|
4 |
-
pymupdf
|
5 |
-
pytesseract
|
6 |
-
pillow
|
7 |
-
|
8 |
-
torch
|
9 |
-
|
10 |
-
python-dotenv
|
11 |
-
|
|
|
|
|
|
1 |
+
gradio>=3.50.0
|
2 |
+
pandas>=1.5.0
|
3 |
+
PyPDF2>=3.0.0
|
4 |
+
pymupdf>=1.22.0
|
5 |
+
pytesseract>=0.3.10
|
6 |
+
pillow>=9.5.0
|
7 |
+
huggingface-hub>=0.16.0
|
8 |
+
torch>=2.0.0
|
9 |
+
transformers>=4.30.0
|
10 |
+
python-dotenv>=1.0.0
|
11 |
+
pdfplumber>=0.9.0
|
12 |
+
pdf2image>=1.16.3
|
13 |
+
pydantic>=2.0.0
|