diff --git a/.github/workflows/backend-pplnn.yml b/.github/workflows/backend-pplnn.yml index 399bd499b0..a2c15f55b9 100644 --- a/.github/workflows/backend-pplnn.yml +++ b/.github/workflows/backend-pplnn.yml @@ -70,7 +70,7 @@ jobs: id: badge_status run: | python -m pip install torch==1.8.2 torchvision==0.9.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu - python -m pip install mmcv-lite protobuf==3.20.2 + python -m pip install mmcv-lite protobuf==3.20.3 python tools/scripts/build_ubuntu_x64_pplnn.py 8 python -c 'import mmdeploy.apis.pplnn as pplnn_api; assert pplnn_api.is_available()' - name: create badge diff --git a/mmdeploy/version.py b/mmdeploy/version.py index e0f9e6e520..dbe0ceb527 100644 --- a/mmdeploy/version.py +++ b/mmdeploy/version.py @@ -1,7 +1,7 @@ # Copyright (c) OpenMMLab. All rights reserved. from typing import Tuple -__version__ = '1.3.1' +__version__ = '1.3.2' short_version = __version__ diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 795676ee6a..b8d1fde97f 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -4,8 +4,8 @@ matplotlib mmengine multiprocess numpy -onnx>=1.13.0 +onnx>=1.13.0,<=1.16.2 prettytable -protobuf<=3.20.2 +protobuf<=3.20.3 six terminaltables