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