Skip to content

Commit

Permalink
Update mmcv version limit (#8393)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaotongxiao authored Jul 20, 2022
1 parent e6f4115 commit ecb3712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmdet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def digit_version(version_str):
return digit_version


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


Expand Down

0 comments on commit ecb3712

Please sign in to comment.