From 1aba38bd73a70045b228371f8a71e07aed9bed62 Mon Sep 17 00:00:00 2001 From: eellison Date: Mon, 17 Jun 2024 10:15:42 -0700 Subject: [PATCH] Pin yolo dep --- torchbenchmark/models/yolov3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchbenchmark/models/yolov3/requirements.txt b/torchbenchmark/models/yolov3/requirements.txt index 25f43971ee..21bdf74f3c 100755 --- a/torchbenchmark/models/yolov3/requirements.txt +++ b/torchbenchmark/models/yolov3/requirements.txt @@ -1,5 +1,5 @@ # pip install -U -r requirements.txt -numpy +numpy>=1.8 # opencv-python 4.5 requires numpy 1.8 opencv-python matplotlib