Skip to content

Commit

Permalink
bumpy mmdet version (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 authored Apr 23, 2024
1 parent b18a09b commit 2caab0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmocr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
f'<{mmengine_maximum_version}.'

mmdet_minimum_version = '3.0.0rc5'
mmdet_maximum_version = '3.2.0'
mmdet_maximum_version = '3.4.0'
mmdet_version = digit_version(mmdet.__version__)

assert (mmdet_version >= digit_version(mmdet_minimum_version)
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.0rc4,<2.2.0
mmdet>=3.0.0rc5,<3.2.0
mmdet>=3.0.0rc5,<3.4.0
mmengine>=0.7.0, <1.1.0

0 comments on commit 2caab0a

Please sign in to comment.