From 7e90bce0a5c1b075acf13611281be6805894553e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 26 May 2022 19:05:11 +0200 Subject: [PATCH 1/3] Add `psutil` and `ipython` to requirements.txt Lightweight packages used by YOLOv5 for system utilization (psutil) and interactive notebooks (IPython) --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c03870cebea0..1327130d0eaa 100755 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,10 @@ seaborn>=0.11.0 # openvino-dev # OpenVINO export # Extras -------------------------------------- +thop # FLOPs computation +psutil # system utilization +ipython # interactive notebook # albumentations>=1.0.3 # pycocotools>=2.0 # COCO mAP # roboflow -thop # FLOPs computation + From 1d448c37913676258b2e3add600db59462e1cc85 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 17:05:32 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1327130d0eaa..0cbec209a470 100755 --- a/requirements.txt +++ b/requirements.txt @@ -37,4 +37,3 @@ ipython # interactive notebook # albumentations>=1.0.3 # pycocotools>=2.0 # COCO mAP # roboflow - From df31e81d0df59ff1d5a2550460678bd0efe0b38b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 26 May 2022 19:06:34 +0200 Subject: [PATCH 3/3] sort alphabetically --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0cbec209a470..3323ab6e490a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -31,9 +31,9 @@ seaborn>=0.11.0 # openvino-dev # OpenVINO export # Extras -------------------------------------- -thop # FLOPs computation -psutil # system utilization ipython # interactive notebook +psutil # system utilization +thop # FLOPs computation # albumentations>=1.0.3 # pycocotools>=2.0 # COCO mAP # roboflow