Skip to content

Commit

Permalink
[Fix] update mmcv max version in init to fix CI (#8440)
Browse files Browse the repository at this point in the history
  • Loading branch information
BIGWangYuDong committed Jul 28, 2022
1 parent 0c9d05b commit 4c526f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def digit_version(version_str):


mmcv_minimum_version = '1.3.17'
mmcv_maximum_version = '1.6.0'
mmcv_maximum_version = '1.7.0'
mmcv_version = digit_version(mmcv.__version__)


Expand Down

0 comments on commit 4c526f3

Please sign in to comment.