From 6495391749dfb195de00741057117a199792877a Mon Sep 17 00:00:00 2001 From: Kai Chen <chenkaidev@gmail.com> Date: Fri, 10 Jul 2020 01:51:38 +0800 Subject: [PATCH] freeze version 2.2.1 (#3266) --- mmdet/VERSION | 2 +- requirements/runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mmdet/VERSION b/mmdet/VERSION index ccbccc3d..c043eea7 100644 --- a/mmdet/VERSION +++ b/mmdet/VERSION @@ -1 +1 @@ -2.2.0 +2.2.1 diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 4ce2d806..2a66ea69 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -1,5 +1,5 @@ matplotlib -mmcv>=0.6.2 +mmcv==0.6.2 numpy # need older pillow until torchvision is fixed Pillow<=6.2.2 -- GitLab