Skip to content

Commit

Permalink
Change mmcv minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckkelvinchan committed Jun 17, 2021
1 parent 2c21fa8 commit 7701c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmedit/__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.0.2'
MMCV_MIN = '1.3'
MMCV_MAX = '1.4'


Expand Down

0 comments on commit 7701c1a

Please sign in to comment.