From 248b6c86029636b8012dd22211afcd79dfbc0271 Mon Sep 17 00:00:00 2001
From: Kai Chen <chenkaidev@gmail.com>
Date: Mon, 15 Apr 2019 19:23:13 -0700
Subject: [PATCH] update readme

---
 INSTALL.md | 2 +-
 README.md  | 3 ++-
 setup.py   | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 14777c4d..46001250 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -6,7 +6,7 @@
 - Python 3.4+
 - PyTorch 1.0
 - Cython
-- [mmcv](https://github.com/open-mmlab/mmcv) >= 0.2.5
+- [mmcv](https://github.com/open-mmlab/mmcv)
 
 ### Install mmdetection
 
diff --git a/README.md b/README.md
index bd668f62..aeb674d1 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,8 @@ This project is released under the [Apache 2.0 license](LICENSE).
 ## Updates
 
 v0.6.0 (14/04/2019)
-- Various minor fixes and user experience improvements.
+- Up to 30% speedup compared to the model zoo.
+- Support both PyTorch stable and nightly version.
 - Replace NMS and SigmoidFocalLoss with Pytorch CUDA extensions.
 
 v0.6rc0(06/02/2019)
diff --git a/setup.py b/setup.py
index ea674369..b79eb4d2 100644
--- a/setup.py
+++ b/setup.py
@@ -106,7 +106,7 @@ if __name__ == '__main__':
         setup_requires=['pytest-runner'],
         tests_require=['pytest'],
         install_requires=[
-            'mmcv>=0.2.5', 'numpy', 'matplotlib', 'six', 'terminaltables',
+            'mmcv>=0.2.6', 'numpy', 'matplotlib', 'six', 'terminaltables',
             'pycocotools'
         ],
         zip_safe=False)
-- 
GitLab