Jirka před 4 roky
rodič
revize
a0fa5f5efe
2 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. +3
    -2
      .github/workflows/ci-testing.yml
  2. +2
    -2
      requirements.txt

+ 3
- 2
.github/workflows/ci-testing.yml Zobrazit soubor

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

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

Načítá se…
Zrušit
Uložit