JirkaB commited on
Commit
a0fa5f5
1 Parent(s): 94b2bb6

requirements

Browse files
.github/workflows/ci-testing.yml CHANGED
@@ -4,7 +4,7 @@ name: CI CPU testing
4
  on: [push, pull_request]
5
 
6
  jobs:
7
- pytest:
8
 
9
  runs-on: ${{ matrix.os }}
10
  strategy:
@@ -39,7 +39,8 @@ jobs:
39
  - name: Install dependencies
40
  run: |
41
  # python -m pip install --upgrade --user pip
42
- pip install -qr requirements.txt onnx
 
43
  python --version
44
  pip --version
45
  pip list
 
4
  on: [push, pull_request]
5
 
6
  jobs:
7
+ cpu-tests:
8
 
9
  runs-on: ${{ matrix.os }}
10
  strategy:
 
39
  - name: Install dependencies
40
  run: |
41
  # python -m pip install --upgrade --user pip
42
+ pip install -qr requirements.txt
43
+ pip install -qr onnx
44
  python --version
45
  pip --version
46
  pip list
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
  # pip install -U -r requirements.txt
2
  Cython
3
- numpy==1.17.3
4
  opencv-python
5
  torch>=1.5.1
6
  matplotlib
7
  pillow
8
  tensorboard
9
  PyYAML>=5.3
10
- torchvision
11
  scipy
12
  tqdm
13
  git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
 
1
  # pip install -U -r requirements.txt
2
  Cython
3
+ numpy>=1.17.3
4
  opencv-python
5
  torch>=1.5.1
6
  matplotlib
7
  pillow
8
  tensorboard
9
  PyYAML>=5.3
10
+ torchvision>=0.6
11
  scipy
12
  tqdm
13
  git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI