Skip to content

Commit 102b1c4

Browse files
committed
remove mediapipe install
1 parent e9ef448 commit 102b1c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"timm",
9191
"torchvision",
9292
"scikit-image",
93-
"mediapipe",
9493
]
9594

9695
# this is a lookup table with items like:
@@ -178,7 +177,6 @@ def run(self):
178177
deps["torchvision"],
179178
deps["timm"],
180179
deps["scikit-image"],
181-
deps["mediapipe"],
182180
]
183181

184182
setup(

0 commit comments

Comments
 (0)