From df5b1389153df107c6b12a02db9c1d3394eb8b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:12:43 +0000 Subject: [PATCH] build(deps): update mmdet requirement in /requirements Updates the requirements on [mmdet](https://github.com/open-mmlab/mmdetection) to permit the latest version. - [Release notes](https://github.com/open-mmlab/mmdetection/releases) - [Commits](https://github.com/open-mmlab/mmdetection/compare/v3.0.0...v3.3.0) --- updated-dependencies: - dependency-name: mmdet dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/mmlab.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/mmlab.txt b/requirements/mmlab.txt index 0f577f05..9f3ea770 100644 --- a/requirements/mmlab.txt +++ b/requirements/mmlab.txt @@ -1,4 +1,4 @@ # use openmim to install mmcv<=2.1.0 -mmdet>=3.0.0, <=3.3.0 # mmyolo currently does not support mmdet 3.1.0 +mmdet<=3.3.0, >=3.3.0 # mmyolo currently does not support mmdet 3.1.0 mmengine>=0.8.2