Skip to content

Commit

Permalink
fix: requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Sep 8, 2024
1 parent 76f92bc commit da68dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'

- name: Install dependencies
run: pip install requests
run: pip install requests tqdm

- name: Download models
run: python scripts/download_model.py --models all
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ onnxruntime>=1.15.0
numpy<=1.26.4
requests
mtcnn-runtime
tqdm

0 comments on commit da68dfc

Please sign in to comment.