Skip to content

Commit

Permalink
Bump mmcv's max version (#595)
Browse files Browse the repository at this point in the history
* update

* Update faq.md
  • Loading branch information
zytx121 committed Nov 10, 2022
1 parent 4bbef14 commit bc1ced4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Compatible MMCV, MMDetection and MMRotate versions are shown as below. Please in

| MMRotate version | MMCV version | MMDetection version |
| :--------------: | :-----------------------: | :-----------------: |
| main | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| main | mmcv-full>=1.5.3, \<1.8.0 | mmdet >= 2.25.1 |
| 0.3.3 | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.2 | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.1 | mmcv-full>=1.4.5, \<1.6.0 | mmdet >= 2.22.0 |
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MMRotate 和 MMCV, MMDet 版本兼容性如下所示,需要安装正确的版

| MMRotate 版本 | MMCV 版本 | MMDetection 版本 |
| :-----------: | :-----------------------: | :--------------: |
| main | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| main | mmcv-full>=1.5.3, \<1.8.0 | mmdet >= 2.25.1 |
| 0.3.3 | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.2 | mmcv-full>=1.5.3, \<1.7.0 | mmdet >= 2.25.1 |
| 0.3.1 | mmcv-full>=1.4.5, \<1.6.0 | mmdet >= 2.22.0 |
Expand Down
2 changes: 1 addition & 1 deletion mmrotate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def digit_version(version_str):


mmcv_minimum_version = '1.5.3'
mmcv_maximum_version = '1.7.0'
mmcv_maximum_version = '1.8.0'
mmcv_version = digit_version(mmcv.__version__)

assert (mmcv_version >= digit_version(mmcv_minimum_version)
Expand Down

0 comments on commit bc1ced4

Please sign in to comment.