Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions samples/dnn/dnn_model_runner/dnn_conversion/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python 3.7.5
onnx>=1.7.0
numpy>=1.19.1
onnx>=1.17.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

onnx 1.17.0 / requirements.txt

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2026-28500 HIGH HIGH 9.1 - Open

numpy>=1.22.2

torch>=1.5.1
torchvision>=0.6.1
Expand All @@ -12,4 +12,6 @@ paddlepaddle>=2.0.0
paddlepaddle-gpu>=2.0.0
paddlehub>=2.1.0
paddle2onnx>=0.5.1
paddleseg>=2.0.0
paddleseg>=2.0.0
protobuf>=5.29.6 # not directly required, pinned by Snyk to avoid a vulnerability
sentencepiece>=0.2.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading