Skip to content

Commit 69242ab

Browse files
authoredOct 12, 2023
fix mmcv version (#2709)
1 parent 82c7d01 commit 69242ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎mmaction/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .version import __version__
77

88
mmcv_minimum_version = '2.0.0rc4'
9-
mmcv_maximum_version = '2.1.0'
9+
mmcv_maximum_version = '2.2.0'
1010
mmcv_version = digit_version(mmcv.__version__)
1111

1212
mmengine_minimum_version = '0.7.1'

‎requirements/mminstall.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mmcv>=2.0.0rc0,<2.1.0
2-
mmengine>=0.5.0,<1.0.0
1+
mmcv>=2.0.0rc4,<2.2.0
2+
mmengine>=0.7.1,<1.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.