From 5abd00bb8b6fced6723e08780a568dd9c36ad45c Mon Sep 17 00:00:00 2001 From: lvhan028 Date: Tue, 21 Feb 2023 18:18:52 +0800 Subject: [PATCH] upgrade onnx to 1.13.0 to resolve security issue --- docs/en/get_started.md | 2 +- requirements/runtime.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/get_started.md b/docs/en/get_started.md index 9aa90fe742..3f6a1be692 100644 --- a/docs/en/get_started.md +++ b/docs/en/get_started.md @@ -27,7 +27,7 @@ It supports FFI such as C, C++, Python, C#, Java and so on. ## Prerequisites -In order to do an end-to-end model deployment, MMDeploy requires Python 3.6+ and PyTorch 1.5+. +In order to do an end-to-end model deployment, MMDeploy requires Python 3.6+ and PyTorch 1.8+. **Step 0.** Download and install Miniconda from the [official website](https://docs.conda.io/en/latest/miniconda.html). diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 5a40d3d23f..795676ee6a 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -4,8 +4,8 @@ matplotlib mmengine multiprocess numpy -onnx>=1.8.0 +onnx>=1.13.0 prettytable -protobuf<=3.20.1 +protobuf<=3.20.2 six terminaltables