mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
[Enhancement] Loosen protobuf version criteria for onnx upgrade (#1759)
- onnx<1.13.0 has high security issue (https://github.com/advisories/GHSA-ffxj-547x-5j7c) - Python packages depending on mmdeploy cannot upgrade onnx as - onnx==1.13.0 depends on protobuf>=3.20.2 - mmdeploy depends on protobuf<=3.20.1 - Suggesting [protobuf<=3.20.2] for quick solution Signed-off-by: Songki Choi <songki.choi@intel.com>
This commit is contained in:
parent
599c701655
commit
fa9aaa9d61
@ -3,6 +3,6 @@ matplotlib
|
||||
multiprocess
|
||||
numpy
|
||||
onnx>=1.8.0
|
||||
protobuf<=3.20.1
|
||||
protobuf<=3.20.2
|
||||
six
|
||||
terminaltables
|
||||
|
Loading…
x
Reference in New Issue
Block a user