From 99143a3f387a087bac0a0412aff8d3785825869a Mon Sep 17 00:00:00 2001 From: wangguanzhong Date: Tue, 11 May 2021 15:52:55 +0800 Subject: [PATCH] add Cython in requirement (#2939) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9f7a7a69900da..f0eb1a8ce16d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ PyYAML shapely scipy terminaltables +Cython pycocotools #xtcocotools==1.6 #only for crowdpose setuptools>=42.0.0