From bfe722cdb14482f9f74c140dead0797a51315677 Mon Sep 17 00:00:00 2001 From: carlowiesse Date: Tue, 6 Feb 2024 22:32:33 +0800 Subject: [PATCH] Fixed pycocotools pip installation by changing version from 2.0.2 to 2.0.5 Signed-off-by: Chen Bainian --- easy_perception_deployment/gui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_perception_deployment/gui/requirements.txt b/easy_perception_deployment/gui/requirements.txt index 3aea782..90c40bc 100644 --- a/easy_perception_deployment/gui/requirements.txt +++ b/easy_perception_deployment/gui/requirements.txt @@ -1,6 +1,6 @@ PySide2==5.15.0 dateutils==0.6.12 -pycocotools==2.0.2 +pycocotools==2.0.5 labelme==5.0.1 torch==1.8.1 torchvision==0.9.1