File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments