Skip to content

Commit

Permalink
Add thop to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Oct 4, 2021
1 parent bf25cd1 commit 3bce152
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
pip install opencv-python
pip install pycocotools>=2.0.2
pip install onnxruntime
# requirements for ultralytics/yolov5
pip install seaborn thop
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ torchmetrics
# extras --------------------------------------
# pycocotools on PyPI needs python3.7 as minimal
# pycocotools>=2.0.2 # corresponds to https://github.com/ppwwyyxx/cocoapi
thop # FLOPs computation

0 comments on commit 3bce152

Please sign in to comment.