From 51f507f61e733b2a1ef993a5bc544f4e8b749f1d Mon Sep 17 00:00:00 2001 From: henrytsui000 Date: Fri, 3 Jan 2025 22:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20[Fix]=20pycocotools=20requiremen?= =?UTF-8?q?ts=20in=20CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 264c7fe..f6d336c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ loguru numpy opencv-python Pillow +pycocotools requests rich torch