Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
gradio
|
| 2 |
matplotlib
|
| 3 |
-
numpy==
|
| 4 |
opencv-python==4.10.0.84
|
| 5 |
albumentations==1.4.10
|
|
|
|
| 6 |
opencv_contrib_python
|
| 7 |
opencv_python_headless
|
| 8 |
-
paddleocr==2.7.2
|
| 9 |
paddlepaddle
|
| 10 |
pandas
|
| 11 |
Pillow
|
|
|
|
| 1 |
gradio
|
| 2 |
matplotlib
|
| 3 |
+
numpy==1.26.4
|
| 4 |
opencv-python==4.10.0.84
|
| 5 |
albumentations==1.4.10
|
| 6 |
+
paddleocr==2.7.2
|
| 7 |
opencv_contrib_python
|
| 8 |
opencv_python_headless
|
|
|
|
| 9 |
paddlepaddle
|
| 10 |
pandas
|
| 11 |
Pillow
|