Skip to content

Commit

Permalink
Upper mmcv_minimum_version
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerlin authored May 6, 2021
1 parent 91e0714 commit 6d8ee7d
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 @@ -3,7 +3,7 @@

from .version import __version__

mmcv_minimum_version = '1.2.6'
mmcv_minimum_version = '1.3.1'
mmcv_maximum_version = '1.4.0'
mmcv_version = digit_version(mmcv.__version__)

Expand Down

0 comments on commit 6d8ee7d

Please sign in to comment.