Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
|
|
1 |
pymupdf>=1.18.0
|
2 |
-
|
|
|
3 |
opencv-python-headless>=4.5.0
|
4 |
-
Pillow>=9.0.0
|
5 |
-
PyPDF2>=3.0.0
|
6 |
-
transformers>=4.26.0
|
7 |
-
torch>=1.13.0
|
8 |
numpy>=1.22.0
|
9 |
-
|
|
|
|
1 |
+
streamlit>=1.0.0
|
2 |
pymupdf>=1.18.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
torch>=2.0.0
|
5 |
opencv-python-headless>=4.5.0
|
|
|
|
|
|
|
|
|
6 |
numpy>=1.22.0
|
7 |
+
Pillow>=9.0.0
|
8 |
+
pytesseract>=0.3.10
|