Skip to content

Commit

Permalink
fix: bump protobuf to 3.20.3 (#2)
Browse files Browse the repository at this point in the history
* bump protobuf to 3.20.3

* set max onnx versionm

* bump version
  • Loading branch information
Dayof authored Dec 13, 2024
1 parent 3f8604b commit 6131151
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-pplnn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mmdeploy/version.py
Original file line number Diff line number Diff line change
@@ -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__


Expand Down
4 changes: 2 additions & 2 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6131151

Please sign in to comment.