Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio>=3.0.0
|
2 |
opencv-python
|
3 |
mmdet
|
4 |
-
mmcv
|
5 |
numpy
|
|
|
1 |
gradio>=3.0.0
|
2 |
opencv-python
|
3 |
mmdet
|
4 |
+
mmcv>=2.0.0rc4,<2.1.0
|
5 |
numpy
|