Skip to content

Commit

Permalink
update ci package versions (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Aug 29, 2022
1 parent cfdd7f6 commit 287accf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ jobs:
if: matrix.operating-system == 'macos-latest'
run: pip install torch==1.11.0 torchvision==0.12.0

- name: Install MMDetection(2.25.0) with MMCV(1.5.3)
- name: Install MMDetection(2.25.1) with MMCV(1.6.1)
run: >
pip install mmcv-full==1.5.3 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.11.0/index.html
pip install mmdet==2.25.0
pip install mmcv-full==1.6.1 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.11.0/index.html
pip install mmdet==2.25.1
- name: Install YOLOv5(6.1.5) and Norfair(1.0.0)
- name: Install YOLOv5(6.1.8) and Norfair(1.0.0)
run: >
pip install yolov5==6.1.5 norfair==1.0.0
pip install yolov5==6.1.8 norfair==1.0.0
- name: Install Transformers(4.20.0)
- name: Install Transformers(4.21.2)
run: >
pip install transformers==4.20.0
pip install transformers==4.21.2
- name: Install Layer (0.10.*)
run: >
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci_torch1.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ jobs:
if: matrix.operating-system == 'macos-latest'
run: pip install torch==1.10.1 torchvision==0.11.2

- name: Install MMDetection(2.25.0) with MMCV(1.5.3)
- name: Install MMDetection(2.25.1) with MMCV(1.6.1)
run: >
pip install mmcv-full==1.5.3 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
pip install mmdet==2.25.0
pip install mmcv-full==1.6.1 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
pip install mmdet==2.25.1
- name: Install YOLOv5(6.1.5) and Norfair(1.0.0)
- name: Install YOLOv5(6.1.8) and Norfair(1.0.0)
run: >
pip install yolov5==6.1.5 norfair==1.0.0
pip install yolov5==6.1.8 norfair==1.0.0
- name: Install Detectron2(0.6)
run: >
python -m pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/index.html
- name: Install Transformers(4.20.0)
- name: Install Transformers(4.21.2)
if: >
matrix.python-version != '3.6'
run: >
pip install transformers==4.20.0
pip install transformers==4.21.2
- name: Install Layer (0.10.*)
if: >
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/package_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
if: matrix.operating-system == 'macos-latest'
run: pip install torch==1.10.1 torchvision==0.11.2

- name: Install MMDetection(2.25.0) with MMCV(1.5.3)
- name: Install MMDetection(2.25.1) with MMCV(1.6.1)
run: >
pip install mmcv-full==1.5.3 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
pip install mmdet==2.25.0
pip install mmcv-full==1.6.1 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
pip install mmdet==2.25.1
- name: Install YOLOv5(6.1.5) and Norfair(1.0.0)
- name: Install YOLOv5(6.1.8) and Norfair(1.0.0)
run: >
pip install yolov5==6.1.5 norfair==1.0.0
pip install yolov5==6.1.8 norfair==1.0.0
- name: Install Detectron2(0.6)
run: >
Expand All @@ -79,7 +79,7 @@ jobs:
if: >
matrix.python-version != '3.6'
run: >
pip install transformers==4.20.0
pip install transformers==4.21.2
- name: Install Layer (0.10.*)
if: >
Expand Down

0 comments on commit 287accf

Please sign in to comment.