Skip to content

Commit

Permalink
update mmcv min and max version
Browse files Browse the repository at this point in the history
  • Loading branch information
pppppM committed May 18, 2022
1 parent fe37bfa commit 34f5e3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mmrazor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def digit_version(version_str: str, length: int = 4):
return tuple(release)


mmcv_minimum_version = '1.3.8'
mmcv_maximum_version = '1.5.0'
mmcv_minimum_version = '1.3.13'
mmcv_maximum_version = '1.6.0'
mmcv_version = digit_version(mmcv.__version__)


Expand Down
2 changes: 1 addition & 1 deletion requirements/mminstall.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mmcls
mmcv-full>=1.3.13,<=1.5.0
mmcv-full>=1.3.13

0 comments on commit 34f5e3d

Please sign in to comment.