Skip to content

Commit

Permalink
[Fix] Update mmcv_maximum_version (#11680)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun001 committed Jul 12, 2024
1 parent 905fba5 commit bde3894
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 @@ -6,7 +6,7 @@
from .version import __version__, version_info

mmcv_minimum_version = '2.0.0rc4'
mmcv_maximum_version = '2.2.0'
mmcv_maximum_version = '2.3.0'
mmcv_version = digit_version(mmcv.__version__)

mmengine_minimum_version = '0.7.1'
Expand Down

0 comments on commit bde3894

Please sign in to comment.