Skip to content

Commit 84ed033

Browse files
committed
Bump 1.0.0rc1
1 parent 8545510 commit 84ed033

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en/notes/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- Add pyupgrade pre-commit hook ([#2078](https://github.com/open-mmlab/mmsegmentation/pull/2078))
3232
- Add `out_file` in `add_datasample` of `SegLocalVisualizer` to directly save image ([#2090](https://github.com/open-mmlab/mmsegmentation/pull/2090))
3333
- Upgrade pre commit hooks ([#2154](https://github.com/open-mmlab/mmsegmentation/pull/2154))
34-
- Ignore test timm in CI when torch<1.7 ([#2158](https://github.com/open-mmlab/mmsegmentation/pull/2158))
34+
- Ignore test timm in CI when torch\<1.7 ([#2158](https://github.com/open-mmlab/mmsegmentation/pull/2158))
3535
- Update requirements ([#2186](https://github.com/open-mmlab/mmsegmentation/pull/2186))
3636
- Fix Windows platform CI ([#2202](https://github.com/open-mmlab/mmsegmentation/pull/2202))
3737

docs/en/notes/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the
88

99
| MMSegmentation version | MMCV version | MMClassification version |
1010
| :--------------------: | :-------------------------: | :----------------------: |
11-
| 1.0.0rc1 | mmcv >= 2.0.0rc1 | mmcls>=1.0.0rc0 |
12-
| 1.0.0rc0 | mmcv >= 2.0.0rc1 | mmcls>=1.0.0rc0 |
11+
| 1.0.0rc1 | mmcv >= 2.0.0rc1 | mmcls>=1.0.0rc0 |
12+
| 1.0.0rc0 | mmcv >= 2.0.0rc1 | mmcls>=1.0.0rc0 |
1313
| master | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |
1414
| 0.24.1 | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |
1515
| 0.23.0 | mmcv-full>=1.4.4, \<=1.6.0 | mmcls>=0.20.1, \<=1.0.0 |

0 commit comments

Comments
 (0)