update mmcv version (#1801)

pull/1804/head
谢昕辰 2022-07-21 10:31:44 +08:00 committed by GitHub
parent d0fb6cc833
commit b61347e246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ from packaging.version import parse
from .version import __version__, version_info
MMCV_MIN = '1.3.13'
MMCV_MAX = '1.6.0'
MMCV_MIN = '2.0.0rc0'
MMCV_MAX = '2.0.0'
def digit_version(version_str: str, length: int = 4):