Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
gradio==5.29.1
|
| 2 |
-
numpy
|
| 3 |
-
pandas
|
| 4 |
-
Pillow
|
| 5 |
-
requests
|
| 6 |
-
pytesseract
|
| 7 |
-
transformers
|
| 8 |
-
torch
|
| 9 |
-
matplotlib
|
| 10 |
-
seaborn
|
| 11 |
-
opencv-python
|
| 12 |
-
scikit-image
|
|
|
|
| 1 |
gradio==5.29.1
|
| 2 |
+
numpy>=1.20.0
|
| 3 |
+
pandas>=1.3.0
|
| 4 |
+
Pillow>=8.0.0
|
| 5 |
+
requests>=2.25.0
|
| 6 |
+
pytesseract>=0.3.8
|
| 7 |
+
transformers>=4.11.3
|
| 8 |
+
torch>=1.9.0
|
| 9 |
+
matplotlib>=3.4.0
|
| 10 |
+
seaborn>=0.11.0
|
| 11 |
+
opencv-python>=4.5.3
|
| 12 |
+
scikit-image>=0.18.0
|