@@ -4,7 +4,7 @@ name: CI CPU testing | |||
on: [push, pull_request] | |||
jobs: | |||
pytest: | |||
cpu-tests: | |||
runs-on: ${{ matrix.os }} | |||
strategy: | |||
@@ -39,7 +39,8 @@ jobs: | |||
- name: Install dependencies | |||
run: | | |||
# python -m pip install --upgrade --user pip | |||
pip install -qr requirements.txt onnx | |||
pip install -qr requirements.txt | |||
pip install -qr onnx | |||
python --version | |||
pip --version | |||
pip list |
@@ -1,13 +1,13 @@ | |||
# pip install -U -r requirements.txt | |||
Cython | |||
numpy==1.17.3 | |||
numpy>=1.17.3 | |||
opencv-python | |||
torch>=1.5.1 | |||
matplotlib | |||
pillow | |||
tensorboard | |||
PyYAML>=5.3 | |||
torchvision | |||
torchvision>=0.6 | |||
scipy | |||
tqdm | |||
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI |