Skip to content

Commit 764a4ed

Browse files
authored
Merge 3b6f766 into 170a9d1
2 parents 170a9d1 + 3b6f766 commit 764a4ed

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/get_started.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the
1111

1212
| MMSegmentation version | MMCV version |
1313
|:-------------------:|:-------------------:|
14-
| master | mmcv-full>=1.3.1, <1.4.0 |
15-
| 0.13.0 | mmcv-full>=1.3.1, <1.4.0 |
16-
| 0.12.0 | mmcv-full>=1.1.4, <1.4.0 |
14+
| master | mmcv-full>=1.3.7, <1.4.0 |
15+
| 0.14.1 | mmcv-full>=1.3.7, <1.4.0 |
16+
| 0.14.0 | mmcv-full>=1.3.1, <1.3.2 |
17+
| 0.13.0 | mmcv-full>=1.3.1, <1.3.2 |
18+
| 0.12.0 | mmcv-full>=1.1.4, <1.3.2 |
1719
| 0.11.0 | mmcv-full>=1.1.4, <1.3.0 |
1820
| 0.10.0 | mmcv-full>=1.1.4, <1.3.0 |
1921
| 0.9.0 | mmcv-full>=1.1.4, <1.3.0 |

mmseg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .version import __version__, version_info
44

5-
MMCV_MIN = '1.3.1'
5+
MMCV_MIN = '1.3.7'
66
MMCV_MAX = '1.4.0'
77

88

0 commit comments

Comments
 (0)