mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Fix] Fix mmcv version compatible in get_started.md (#658)
* fix mmcv version compatible * update version compatible
This commit is contained in:
parent
b6c7c77a08
commit
09972249e9
@ -11,9 +11,11 @@ The compatible MMSegmentation and MMCV versions are as below. Please install the
|
||||
|
||||
| MMSegmentation version | MMCV version |
|
||||
|:-------------------:|:-------------------:|
|
||||
| master | mmcv-full>=1.3.1, <1.4.0 |
|
||||
| 0.13.0 | mmcv-full>=1.3.1, <1.4.0 |
|
||||
| 0.12.0 | mmcv-full>=1.1.4, <1.4.0 |
|
||||
| master | mmcv-full>=1.3.7, <1.4.0 |
|
||||
| 0.14.1 | mmcv-full>=1.3.7, <1.4.0 |
|
||||
| 0.14.0 | mmcv-full>=1.3.1, <1.3.2 |
|
||||
| 0.13.0 | mmcv-full>=1.3.1, <1.3.2 |
|
||||
| 0.12.0 | mmcv-full>=1.1.4, <1.3.2 |
|
||||
| 0.11.0 | mmcv-full>=1.1.4, <1.3.0 |
|
||||
| 0.10.0 | mmcv-full>=1.1.4, <1.3.0 |
|
||||
| 0.9.0 | mmcv-full>=1.1.4, <1.3.0 |
|
||||
|
@ -2,7 +2,7 @@ import mmcv
|
||||
|
||||
from .version import __version__, version_info
|
||||
|
||||
MMCV_MIN = '1.3.1'
|
||||
MMCV_MIN = '1.3.7'
|
||||
MMCV_MAX = '1.4.0'
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user