Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +16 -14
requirements.txt
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
-
easyocr==1.7.2
|
2 |
-
Flask==3.1.0
|
3 |
-
fuzzywuzzy==0.18.0
|
4 |
-
matplotlib==3.10.0
|
5 |
-
numpy==2.2.2
|
6 |
-
opencv-python==4.11.0.86
|
7 |
-
openpyxl==3.1.5
|
8 |
-
packaging==24.2
|
9 |
-
pandas==2.2.3
|
10 |
-
requests==2.32.3
|
11 |
-
scikit-image==0.25.0
|
12 |
-
ultralytics==8.3.66
|
13 |
-
gunicorn
|
14 |
-
|
|
|
|
|
|
1 |
+
easyocr==1.7.2
|
2 |
+
Flask==3.1.0
|
3 |
+
fuzzywuzzy==0.18.0
|
4 |
+
matplotlib==3.10.0
|
5 |
+
numpy==2.2.2
|
6 |
+
opencv-python==4.11.0.86
|
7 |
+
openpyxl==3.1.5
|
8 |
+
packaging==24.2
|
9 |
+
pandas==2.2.3
|
10 |
+
requests==2.32.3
|
11 |
+
scikit-image==0.25.0
|
12 |
+
ultralytics==8.3.66
|
13 |
+
gunicorn
|
14 |
+
opencv-python-headless
|
15 |
+
opencv-contrib-python-headless
|
16 |
+
|