Skip to content

Commit

Permalink
add constraints.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
huayuan4396 committed Apr 23, 2023
1 parent f4c2007 commit e979c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install -r requirements/backends.txt
python -m mim install "mmcv>=2.0.0"
python -m mim install -r requirements/codebases.txt
python -m mim install -r requirements/codebases.txt -c constraints.txt
python -m pip install -U numpy clip numba transformers
python -m pip list
- name: Install mmyolo
Expand Down

0 comments on commit e979c90

Please sign in to comment.