Skip to content

Commit

Permalink
[Fix] Change the upper version of mmcv to 1.5.0 #1096
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzhangLI authored Dec 1, 2021
1 parent 90d0bd0 commit 313189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmseg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .version import __version__, version_info

MMCV_MIN = '1.3.13'
MMCV_MAX = '1.4.0'
MMCV_MAX = '1.5.0'


def digit_version(version_str: str, length: int = 4):
Expand Down

0 comments on commit 313189d

Please sign in to comment.