Skip to content

Commit

Permalink
[Fix]: Fix version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanLiuuuuuu committed Apr 29, 2022
1 parent ac60ecf commit 2d3c7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmselfsup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ def digit_version(version_str: str, length: int = 4):

assert mmcls_version >= digit_version(mmcls_minimum_version), \
f'MMClassification=={mmcls.__version__} is used but incompatible. ' \
f'Please install mmcls>={mmcv_minimum_version}.'
f'Please install mmcls>={mmcls_minimum_version}.'

__all__ = ['__version__', 'digit_version']

0 comments on commit 2d3c7bc

Please sign in to comment.