Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
imutils
|
|
|
1 |
+
gradio>=3.0.0
|
2 |
+
torch>=1.6.0
|
3 |
+
opencv-python>=4.4.0.46
|
4 |
+
scipy>=1.4.1
|
5 |
+
numpy>=1.19.5
|
6 |
+
|
|