Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio
|
|
|
|
|
2 |
pillow
|
3 |
opencv-python
|
4 |
-
|
5 |
-
matplotlib
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
numpy>=1.26.0
|
3 |
+
opencv-python-headless>=4.8.0
|
4 |
pillow
|
5 |
opencv-python
|
6 |
+
matplotlib
|
|