mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
- 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>