We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c2007 commit e979c90Copy full SHA for e979c90
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
python -m pip install -r requirements.txt
53
python -m pip install -r requirements/backends.txt
54
python -m mim install "mmcv>=2.0.0"
55
- python -m mim install -r requirements/codebases.txt
+ python -m mim install -r requirements/codebases.txt -c constraints.txt
56
python -m pip install -U numpy clip numba transformers
57
python -m pip list
58
- name: Install mmyolo
0 commit comments