From 84ed03324644dc2e139849efa4ddfe53973a8b46 Mon Sep 17 00:00:00 2001 From: MeowZheng Date: Wed, 2 Nov 2022 16:49:12 +0800 Subject: [PATCH] Bump 1.0.0rc1 --- docs/en/notes/changelog.md | 2 +- docs/en/notes/faq.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/notes/changelog.md b/docs/en/notes/changelog.md index 331b1f940..5f0182d6e 100644 --- a/docs/en/notes/changelog.md +++ b/docs/en/notes/changelog.md @@ -31,7 +31,7 @@ - Add pyupgrade pre-commit hook ([#2078](https://github.com/open-mmlab/mmsegmentation/pull/2078)) - Add `out_file` in `add_datasample` of `SegLocalVisualizer` to directly save image ([#2090](https://github.com/open-mmlab/mmsegmentation/pull/2090)) - Upgrade pre commit hooks ([#2154](https://github.com/open-mmlab/mmsegmentation/pull/2154)) -- Ignore test timm in CI when torch<1.7 ([#2158](https://github.com/open-mmlab/mmsegmentation/pull/2158)) +- Ignore test timm in CI when torch\<1.7 ([#2158](https://github.com/open-mmlab/mmsegmentation/pull/2158)) - Update requirements ([#2186](https://github.com/open-mmlab/mmsegmentation/pull/2186)) - Fix Windows platform CI ([#2202](https://github.com/open-mmlab/mmsegmentation/pull/2202)) diff --git a/docs/en/notes/faq.md b/docs/en/notes/faq.md index 68c30859b..1efb481d8 100644 --- a/docs/en/notes/faq.md +++ b/docs/en/notes/faq.md @@ -8,8 +8,8 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the | MMSegmentation version | MMCV version | MMClassification version | | :--------------------: | :-------------------------: | :----------------------: | -| 1.0.0rc1 | mmcv >= 2.0.0rc1 | mmcls>=1.0.0rc0 | -| 1.0.0rc0 | mmcv >= 2.0.0rc1 | mmcls>=1.0.0rc0 | +| 1.0.0rc1 | mmcv >= 2.0.0rc1 | mmcls>=1.0.0rc0 | +| 1.0.0rc0 | mmcv >= 2.0.0rc1 | mmcls>=1.0.0rc0 | | master | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 | | 0.24.1 | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 | | 0.23.0 | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |