Skip to content

Commit

Permalink
--fix=update mmcv maximum version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch committed May 6, 2024
1 parent 9d225fd commit 714e58b
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.3.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 714e58b

Please sign in to comment.