Skip to content

Commit

Permalink
fix: Face Reconstruction/Fast Few-shot Face alignment by Reconstructi…
Browse files Browse the repository at this point in the history
…on/requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-TORCH-6619806
- https://snyk.io/vuln/SNYK-PYTHON-TORCH-6649934
  • Loading branch information
snyk-bot committed Apr 18, 2024
1 parent 8235886 commit 16c6346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pillow>=10.3.0
scikit-image==0.16.2
scikit-learn==0.24.2
scipy==1.10.0
torch==1.13.1
torch==2.2.0
torchvision==0.3.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 16c6346

Please sign in to comment.