Skip to content

Commit 313189d

Browse files
authored
[Fix] Change the upper version of mmcv to 1.5.0 open-mmlab#1096
1 parent 90d0bd0 commit 313189d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmseg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .version import __version__, version_info
88

99
MMCV_MIN = '1.3.13'
10-
MMCV_MAX = '1.4.0'
10+
MMCV_MAX = '1.5.0'
1111

1212

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

0 commit comments

Comments
 (0)