Skip to content

Commit c9541b0

Browse files
authoredAug 8, 2022
Release v1.0.0rc4
Release v1.0.0rc4
2 parents c8347b7 + 903a9d2 commit c9541b0

File tree

77 files changed

+2490
-332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2490
-332
lines changed
 

‎.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,11 @@ jobs:
7676
apt-get update && apt-get install -y ffmpeg libsm6 git ninja-build libglib2.0-0 libsm6 libxrender-dev python${{matrix.python-version}}-dev
7777
apt-get clean
7878
rm -rf /var/lib/apt/lists/*
79-
- name: Install Pillow
80-
run: python -m pip install Pillow==6.2.2
81-
if: ${{matrix.torchvision < 0.5}}
8279
- name: Install PyTorch
8380
run: python -m pip install numpy==1.19.5 torch==${{matrix.torch}} torchvision==${{matrix.torchvision}} -f https://download.pytorch.org/whl/torch_stable.html
8481
- name: Install mmdet3d dependencies
8582
run: |
86-
python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/${{matrix.torch_version}}/index.html
83+
python -m pip install mmcv-full==1.6.0 -f https://download.openmmlab.com/mmcv/dist/cu101/${{matrix.torch_version}}/index.html
8784
python -m pip install mmdet
8885
python -m pip install mmsegmentation
8986
python -m pip install -r requirements.txt

‎.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install linting dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install flake8 isort yapf interrogate
21+
pip install flake8==3.8.3 isort==5.10.1 yapf==v0.30.0 interrogate
2222
- name: Lint with flake8
2323
run: flake8 .
2424
- name: Lint with isort

0 commit comments

Comments
 (0)