Skip to content

Commit

Permalink
fix: Face Reconstruction/Face Alignment in Full Pose Range/requiremen…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 7, 2023
1 parent 2ed5373 commit 65cf442
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
torch>=0.4.1
torchvision>=0.2.1
numpy>=1.15.4
numpy>=1.22.2
scipy>=1.1.0
matplotlib==3.0.2
dlib==19.5.0 # 19.15+ version may cause conflict with pytorch, this may take several minutes
opencv-python>=3.4.3.18
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=9.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 65cf442

Please sign in to comment.