diff --git a/docs/en/get_started.md b/docs/en/get_started.md index d25e0b94e..8fd6c78d2 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 5a40d3d23..795676ee6 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