upgrade onnx to 1.13.0 to resolve security issue (#1793)

pull/1863/head
lvhan028 2023-03-09 16:55:23 +08:00 committed by GitHub
parent 7f30e42026
commit bace0a20d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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).

View File

@ -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