File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the
11
11
12
12
| MMSegmentation version | MMCV version |
13
13
| :-------------------:| :-------------------:|
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 |
17
19
| 0.11.0 | mmcv-full>=1.1.4, <1.3.0 |
18
20
| 0.10.0 | mmcv-full>=1.1.4, <1.3.0 |
19
21
| 0.9.0 | mmcv-full>=1.1.4, <1.3.0 |
Original file line number Diff line number Diff line change 2
2
3
3
from .version import __version__ , version_info
4
4
5
- MMCV_MIN = '1.3.1 '
5
+ MMCV_MIN = '1.3.7 '
6
6
MMCV_MAX = '1.4.0'
7
7
8
8
You can’t perform that action at this time.
0 commit comments