Skip to content

Commit

Permalink
Upgraded mmcv_maximum_version. (open-mmlab#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaochaorui committed Nov 10, 2020
1 parent 0b102f5 commit 2b62d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmpose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .version import __version__, short_version

mmcv_minimum_version = '1.1.1'
mmcv_maximum_version = '1.2'
mmcv_maximum_version = '1.3'
mmcv_version = digit_version(mmcv.__version__)
version_info = parse_version_info(__version__)

Expand Down

0 comments on commit 2b62d8d

Please sign in to comment.