Skip to content

Commit

Permalink
Added missing "mediapipe" dependency for mediapipe_face_common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrosiussen committed May 18, 2023
1 parent f31dbd9 commit 1b9dd96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"einops",
"timm",
"torchvision",
"scikit-image"
"scikit-image",
"mediapipe"
]

# this is a lookup table with items like:
Expand Down Expand Up @@ -177,6 +178,7 @@ def run(self):
deps["torchvision"],
deps["timm"],
deps["scikit-image"],
deps["mediapipe"]
]

setup(
Expand Down

0 comments on commit 1b9dd96

Please # to comment.