[Fix] Change the upper version of mmcv to 1.5.0 #1096
This commit is contained in:
parent
90d0bd058a
commit
313189dd88
@ -7,7 +7,7 @@ from packaging.version import parse
|
||||
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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user