Skip to content

Commit

Permalink
Revert "fix(install): mediapipe protobuf"
Browse files Browse the repository at this point in the history
This reverts commit 8aabf63.
  • Loading branch information
Bing-su committed Apr 17, 2024
1 parent 93d223f commit fbda52a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adetailer/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "24.4.2-dev.0"
__version__ = "24.4.1"
4 changes: 2 additions & 2 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ def install():
deps = [
# requirements
("ultralytics", "8.1.29", None),
("mediapipe", "0.10.12", None),
("mediapipe", "0.10.9", None),
("rich", "13.0.0", None),
# mediapipe
("protobuf", "4.25.3", "4.9999"),
("protobuf", "3.20", "3.9999"),
]

for pkg, low, high in deps:
Expand Down

0 comments on commit fbda52a

Please sign in to comment.