Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
opencv-python-headless==4.
|
3 |
-
numpy==1.
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
paddleocr
|
|
|
1 |
+
streamlit==1.28.0
|
2 |
+
opencv-python-headless==4.8.1.78
|
3 |
+
numpy==1.24.3
|
4 |
+
pandas==2.0.3
|
5 |
+
Pillow==10.0.1
|
6 |
+
paddlepaddle==2.5.1
|
7 |
+
paddleocr==2.7.0.3
|
8 |
+
requests==2.31.0
|
|