Skip to content

Commit

Permalink
fix(dependencies): add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Sep 11, 2024
1 parent c00c22d commit c697e78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ authors = [
]
readme = "README.md"
dependencies = [
# Work with images
"Pillow",
# Pose estimation
"pose-format",
"mediapipe",
"opencv-python==4.5.5.64",
# Transformers with vision
"transformers",
"Pillow",
"torchvision",
"scikit-image"
]
Expand Down

0 comments on commit c697e78

Please sign in to comment.