Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
|
|
|
|
|
|
|
3 |
numpy
|
4 |
-
mmengine
|
5 |
-
mmcv
|
6 |
-
mmdet
|
7 |
-
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision>=0.15.0
|
3 |
+
gradio>=4.24.0
|
4 |
+
matplotlib
|
5 |
+
Pillow
|
6 |
numpy
|
|
|
|
|
|
|
|