Skip to content

Commit

Permalink
update version compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjun2016 committed Jul 1, 2021
1 parent 6304292 commit 3b6f766
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2, <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 |
Expand Down
2 changes: 1 addition & 1 deletion mmseg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .version import __version__, version_info

MMCV_MIN = '1.3.1'
MMCV_MIN = '1.3.7'
MMCV_MAX = '1.4.0'


Expand Down

0 comments on commit 3b6f766

Please sign in to comment.