Skip to content

Commit

Permalink
[Update] update mmcv max version (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Nov 9, 2022
1 parent e2d907c commit 6b79141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/faq.md
Expand Up @@ -17,7 +17,7 @@ The compatible MMFlow and MMCV versions are as below. Please install the correct
<tbody>
<tr>
<th>master</th>
<th>mmcv-full>=1.3.15, <1.7.0</th>
<th>mmcv-full>=1.3.15, <1.8.0</th>
</tr>
</tbody>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion mmflow/__init__.py
Expand Up @@ -17,7 +17,7 @@ def digit_version(version_str):


mmcv_minimum_version = '1.3.15'
mmcv_maximum_version = '1.7.0'
mmcv_maximum_version = '1.8.0'
mmcv_version = digit_version(mmcv.__version__)

assert (mmcv_version >= digit_version(mmcv_minimum_version)
Expand Down

0 comments on commit 6b79141

Please sign in to comment.