Skip to content

Commit bace0a2

Browse files
authored
upgrade onnx to 1.13.0 to resolve security issue (open-mmlab#1793)
1 parent 7f30e42 commit bace0a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en/get_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It supports FFI such as C, C++, Python, C#, Java and so on.
2727

2828
## Prerequisites
2929

30-
In order to do an end-to-end model deployment, MMDeploy requires Python 3.6+ and PyTorch 1.5+.
30+
In order to do an end-to-end model deployment, MMDeploy requires Python 3.6+ and PyTorch 1.8+.
3131

3232
**Step 0.** Download and install Miniconda from the [official website](https://docs.conda.io/en/latest/miniconda.html).
3333

requirements/runtime.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ matplotlib
44
mmengine
55
multiprocess
66
numpy
7-
onnx>=1.8.0
7+
onnx>=1.13.0
88
prettytable
9-
protobuf<=3.20.1
9+
protobuf<=3.20.2
1010
six
1111
terminaltables

0 commit comments

Comments
 (0)