Comment Cython (#3297)

Ultralytics REST API fix.
This commit is contained in:
Glenn Jocher 2021-05-23 17:53:54 +02:00 committed by GitHub
parent a039b7796d
commit ee24ae11ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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