glenn-jocher commited on
Commit
7b863a3
·
unverified ·
1 Parent(s): 7b0eb95

Add Cython (#3217)

Browse files

Cython required by pycocotools in certain cases, i.e. https://github.com/cocodataset/cocoapi/issues/172

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -26,4 +26,5 @@ pandas
26
 
27
  # extras --------------------------------------
28
  thop # FLOPS computation
 
29
  pycocotools>=2.0 # COCO mAP
 
26
 
27
  # extras --------------------------------------
28
  thop # FLOPS computation
29
+ Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
30
  pycocotools>=2.0 # COCO mAP