From 83c1961616ddffdebc80233d407b906fd6ab446b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 29 Apr 2022 12:00:30 -0700 Subject: [PATCH] Bump `scipy>=1.5` to meet numpy constraints (#7646) Resolves https://github.com/ultralytics/yolov5/issues/7638 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e700c545a38..25e0d7d8a896 100755 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ tqdm>=4.41.0 # Logging ------------------------------------- tensorboard>=2.4.1 -wandb~=0.12.11 +# wandb # Plotting ------------------------------------ pandas>=1.1.4 @@ -35,3 +35,4 @@ openvino-dev # OpenVINO export # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 # pycocotools>=2.0 # COCO mAP # roboflow +thop # FLOPs computation