Skip to content

Commit

Permalink
update mmcv version (#397)
Browse files Browse the repository at this point in the history
* update mmcv version

* Update __init__.py

* Update __init__.py

* Update __init__.py
  • Loading branch information
dreamerlin committed Nov 29, 2020
1 parent 4c3f7c6 commit ffa678c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmaction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .version import __version__

mmcv_minimum_version = '1.1.1'
mmcv_maximum_version = '1.2.0'
mmcv_maximum_version = '1.3'
mmcv_version = digit_version(mmcv.__version__)

assert (digit_version(mmcv_minimum_version) <= mmcv_version
Expand Down

0 comments on commit ffa678c

Please sign in to comment.