Hayk Arutyunyan commited on
Commit ·
e4c17c3
1
Parent(s): e31938d
Fix order of OpenCV import to fix Streamlit Cloud error
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,13 +2,13 @@ numpy==1.26.4
|
|
| 2 |
pandas==2.2.3
|
| 3 |
pillow==10.4.0
|
| 4 |
|
| 5 |
-
opencv-python-headless==4.7.0.72
|
| 6 |
-
|
| 7 |
scikit-image==0.25.2
|
| 8 |
|
| 9 |
paddlepaddle==2.6.1
|
| 10 |
paddleocr==2.6.1
|
| 11 |
|
|
|
|
|
|
|
| 12 |
pytesseract==0.3.10
|
| 13 |
python-docx==1.2.0
|
| 14 |
pdf2image==1.17.0
|
|
|
|
| 2 |
pandas==2.2.3
|
| 3 |
pillow==10.4.0
|
| 4 |
|
|
|
|
|
|
|
| 5 |
scikit-image==0.25.2
|
| 6 |
|
| 7 |
paddlepaddle==2.6.1
|
| 8 |
paddleocr==2.6.1
|
| 9 |
|
| 10 |
+
opencv-python-headless==4.7.0.72
|
| 11 |
+
|
| 12 |
pytesseract==0.3.10
|
| 13 |
python-docx==1.2.0
|
| 14 |
pdf2image==1.17.0
|