Skip to content

Commit

Permalink
Merge pull request #178 from snokamedia/patch-1
Browse files Browse the repository at this point in the history
Update mediapipe version
  • Loading branch information
cgtinker committed Apr 19, 2024
2 parents 478c5f8 + 8219b3b commit 8c5d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgt_mediapipe/cgt_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def is_installed(dependency: Dependency) -> bool:
required_dependencies = [
Dependency(module="opencv-contrib-python==4.7.0.68", name="cv2", pkg="opencv_contrib_python", args=None),
Dependency(module="protobuf==3.20.3", name="google.protobuf", pkg="protobuf", args=None),
Dependency(module="mediapipe==0.9.0.1", name="mediapipe", pkg="mediapipe", args=None)
Dependency(module="mediapipe==0.10.11", name="mediapipe", pkg="mediapipe", args=None)
]

elif sys.platform == 'linux':
Expand Down

0 comments on commit 8c5d1a8

Please sign in to comment.