We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40643bc commit 699e31aCopy full SHA for 699e31a
mmaction/__init__.py
@@ -5,7 +5,7 @@
5
from .version import __version__
6
7
mmcv_minimum_version = '1.3.6'
8
-mmcv_maximum_version = '1.6.0'
+mmcv_maximum_version = '1.7.0'
9
mmcv_version = digit_version(mmcv.__version__)
10
11
assert (digit_version(mmcv_minimum_version) <= mmcv_version
mmaction/version.py
@@ -1,6 +1,6 @@
1
# Copyright (c) Open-MMLab. All rights reserved.
2
3
-__version__ = '0.24.0'
+__version__ = '0.24.1'
4
def parse_version_info(version_str):
0 commit comments