From f34cfd77c4b205dd04f53bd2d11611684b081fa2 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 23 May 2021 17:53:54 +0200 Subject: [PATCH] Comment Cython (#3297) Ultralytics REST API fix. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e0896648a3c8..1c07c651150e 100755 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,6 @@ pandas # scikit-learn==0.19.2 # for coreml quantization # extras -------------------------------------- -thop # FLOPS computation -Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 +# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 pycocotools>=2.0 # COCO mAP +thop # FLOPS computation