Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ONNX-7231121
  • Loading branch information
snyk-bot committed Aug 2, 2024
1 parent bcdc0d1 commit 3408874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ torchmetrics==0.8
hydra-core>=1.2.0
onnxruntime>=1.15.0
# onnx 1.16.0 introduce IR 10 which is not yet supported by onnx runtime & graphsurgeon
onnx==1.15.0
onnx==1.16.2
pillow>=10.2.0
pip-tools>=6.12.1
einops==0.3.2
Expand Down

0 comments on commit 3408874

Please sign in to comment.