Update MMCV version
parent
6d3bb47495
commit
edbab234c0
|
@ -160,7 +160,7 @@ workflows:
|
||||||
torch: 1.6.0
|
torch: 1.6.0
|
||||||
torchvision: 0.7.0
|
torchvision: 0.7.0
|
||||||
python: 3.6.9 # The lowest python 3.6.x version available on CircleCI images
|
python: 3.6.9 # The lowest python 3.6.x version available on CircleCI images
|
||||||
mmcv: https://download.openmmlab.com/mmcv/dev-2.x/cpu/torch1.6.0/mmcv_full-2.0.0rc0-cp36-cp36m-manylinux1_x86_64.whl
|
mmcv: https://download.openmmlab.com/mmcv/dev-2.x/cpu/torch1.6.0/mmcv_full-2.0.0rc1-cp36-cp36m-manylinux1_x86_64.whl
|
||||||
requires:
|
requires:
|
||||||
- lint
|
- lint
|
||||||
- build_cpu:
|
- build_cpu:
|
||||||
|
@ -168,7 +168,7 @@ workflows:
|
||||||
torch: 1.9.0
|
torch: 1.9.0
|
||||||
torchvision: 0.10.0
|
torchvision: 0.10.0
|
||||||
python: 3.9.0
|
python: 3.9.0
|
||||||
mmcv: https://download.openmmlab.com/mmcv/dev-2.x/cpu/torch1.9.0/mmcv_full-2.0.0rc0-cp39-cp39-manylinux1_x86_64.whl
|
mmcv: https://download.openmmlab.com/mmcv/dev-2.x/cpu/torch1.9.0/mmcv_full-2.0.0rc1-cp39-cp39-manylinux1_x86_64.whl
|
||||||
requires:
|
requires:
|
||||||
- minimum_version_cpu
|
- minimum_version_cpu
|
||||||
- hold:
|
- hold:
|
||||||
|
@ -181,7 +181,7 @@ workflows:
|
||||||
# Use double quotation mark to explicitly specify its type
|
# Use double quotation mark to explicitly specify its type
|
||||||
# as string instead of number
|
# as string instead of number
|
||||||
cuda: "10.2"
|
cuda: "10.2"
|
||||||
mmcv: https://download.openmmlab.com/mmcv/dev-2.x/cu102/torch1.8.0/mmcv_full-2.0.0rc0-cp37-cp37m-manylinux1_x86_64.whl
|
mmcv: https://download.openmmlab.com/mmcv/dev-2.x/cu102/torch1.8.0/mmcv_full-2.0.0rc1-cp37-cp37m-manylinux1_x86_64.whl
|
||||||
requires:
|
requires:
|
||||||
- hold
|
- hold
|
||||||
merge_stage_test:
|
merge_stage_test:
|
||||||
|
@ -194,7 +194,7 @@ workflows:
|
||||||
torch: 1.6.0
|
torch: 1.6.0
|
||||||
# Use double quotation mark to explicitly specify its type
|
# Use double quotation mark to explicitly specify its type
|
||||||
# as string instead of number
|
# as string instead of number
|
||||||
mmcv: https://download.openmmlab.com/mmcv/dev-2.x/cu101/torch1.6.0/mmcv_full-2.0.0rc0-cp37-cp37m-manylinux1_x86_64.whl
|
mmcv: https://download.openmmlab.com/mmcv/dev-2.x/cu101/torch1.6.0/mmcv_full-2.0.0rc1-cp37-cp37m-manylinux1_x86_64.whl
|
||||||
cuda: "10.1"
|
cuda: "10.1"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
@ -47,7 +47,7 @@ def digit_version(version_str: str, length: int = 4):
|
||||||
return tuple(release)
|
return tuple(release)
|
||||||
|
|
||||||
|
|
||||||
mmcv_minimum_version = '2.0.0rc0'
|
mmcv_minimum_version = '2.0.0rc1'
|
||||||
mmcv_maximum_version = '2.0.0'
|
mmcv_maximum_version = '2.0.0'
|
||||||
mmcv_version = digit_version(mmcv.__version__)
|
mmcv_version = digit_version(mmcv.__version__)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
mmcv>=2.0.0rc0
|
mmcv>=2.0.0rc1
|
||||||
mmengine
|
mmengine
|
||||||
|
|
Loading…
Reference in New Issue