From 5152c739262407abf6402a4b44ea39766d48e724 Mon Sep 17 00:00:00 2001 From: wangxinxin08 <69842442+wangxinxin08@users.noreply.github.com> Date: Sat, 10 Apr 2021 14:52:55 +0800 Subject: [PATCH] add pycocotools dep (#2575) --- dygraph/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dygraph/requirements.txt b/dygraph/requirements.txt index c50d347b2..fa1327c3c 100644 --- a/dygraph/requirements.txt +++ b/dygraph/requirements.txt @@ -5,3 +5,4 @@ opencv-python PyYAML shapely scipy +pycocotools -- GitLab