@@ -41,6 +41,7 @@ jobs: | |||
- name: Install dependencies | |||
run: | | |||
python -m pip install --upgrade pip | |||
pip install -q numpy # for cocoapi proper install | |||
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html | |||
pip install -q onnx | |||
python --version |