Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
1 |
+
torch>=1.7.0
|
2 |
+
torchvision>=0.8.0
|
3 |
+
numpy>=1.19.2
|
4 |
+
opencv-python-headless>=4.5.1
|
5 |
+
gradio>=3.0
|
6 |
+
Pillow>=8.0.0
|