Skip to content

Commit

Permalink
Add psutil and ipython to requirements.txt (ultralytics#7998)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and tdhooghe committed Jun 10, 2022
1 parent 6161289 commit fdf4fe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ onnx-simplifier>=0.3.6 # ONNX simplifier
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

0 comments on commit fdf4fe3

Please sign in to comment.