瀏覽代碼

requirements

5.0
Jirka 4 年之前
父節點
當前提交
a0fa5f5efe
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. +3
    -2
      .github/workflows/ci-testing.yml
  2. +2
    -2
      requirements.txt

+ 3
- 2
.github/workflows/ci-testing.yml 查看文件

@@ -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

+ 2
- 2
requirements.txt 查看文件

@@ -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

Loading…
取消
儲存