From 2dd0392c83e1650df3bcfb9c14e3decb84110546 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Wed, 3 Jul 2024 17:22:05 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9E=20mmcv=20version=20lock=20f?= =?UTF-8?q?or=20prevent=20breaks=20in=20pip=20install=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f56a1c23..ea3b42f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ dependencies = [ "tokenizers", "numpy", "opencv-python", - "supervision==0.19.0", + "supervision", "openmim", - "mmcv-lite>=2.0.0rc4", + "mmcv-lite<2.2.0", "mmdet>=3.0.0", "mmengine>=0.7.1", - "mmcv", + "mmcv<2.2.0", 'mmyolo @ git+https://github.com/onuralpszr/mmyolo.git', ]