Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
streamlit==1.22.0
|
2 |
pymupdf==1.22.5
|
3 |
easyocr==1.6.2
|
4 |
-
opencv-python==4.
|
|
|
5 |
numpy<2.0
|
6 |
pybind11>=2.12
|
|
|
1 |
streamlit==1.22.0
|
2 |
pymupdf==1.22.5
|
3 |
easyocr==1.6.2
|
4 |
+
opencv-python==4.7.0.68
|
5 |
+
opencv-contrib-python==4.7.0.68
|
6 |
numpy<2.0
|
7 |
pybind11>=2.12
|