mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-29 18:51:16 +00:00
chore: update deps, pre-commit
This commit is contained in:
@@ -8,7 +8,7 @@ repos:
|
|||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: "v0.0.282"
|
rev: "v0.0.284"
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
|
|||||||
@@ -44,11 +44,9 @@ def run_pip(*args):
|
|||||||
def install():
|
def install():
|
||||||
deps = [
|
deps = [
|
||||||
# requirements
|
# requirements
|
||||||
("ultralytics", "8.0.145", None),
|
("ultralytics", "8.0.154", None),
|
||||||
("mediapipe", "0.10.2", None),
|
("mediapipe", "0.10.3", None),
|
||||||
("rich", "13.4.2", None),
|
("rich", "13.0.0", None),
|
||||||
# ultralytics
|
|
||||||
("py-cpuinfo", None, None),
|
|
||||||
# mediapipe
|
# mediapipe
|
||||||
("protobuf", "3.20", "3.9999"),
|
("protobuf", "3.20", "3.9999"),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user