Fix: Update requirements.txt for compatibility
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
# Computer Vision & Barcode Detection
|
| 7 |
-
opencv-python-headless>=4.8.0
|
| 8 |
-
pyzbar>=0.1.9
|
| 9 |
-
numpy>=1.24.0,<2.0.0
|
| 10 |
-
Pillow>=10.0.0
|
| 11 |
-
|
| 12 |
-
# Data handling
|
| 13 |
-
pandas>=2.0.0
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
opencv-python-headless
|
| 3 |
+
pyzbar
|
| 4 |
+
numpy
|
| 5 |
+
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|