Skip to content

Commit

Permalink
Merge pull request #3038 from xiexinch/update_mmcv_version
Browse files Browse the repository at this point in the history
[Dev] Update mmcv version
  • Loading branch information
xiexinch committed Jul 12, 2024
2 parents f6859b1 + 714e58b commit 078338b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmpose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .version import __version__, short_version

mmcv_minimum_version = '2.0.0rc4'
mmcv_maximum_version = '2.3.0'
mmcv_maximum_version = '3.0.0'
mmcv_version = digit_version(mmcv.__version__)

mmengine_minimum_version = '0.6.0'
Expand Down
2 changes: 1 addition & 1 deletion requirements/mminstall.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mmcv>=2.0.0,<2.2.0
mmcv>=2.0.0,<3.0.0
mmdet>=3.0.0,<3.3.0
mmengine>=0.4.0,<1.0.0

0 comments on commit 078338b

Please sign in to comment.