mirror of https://github.com/Bing-su/adetailer.git
chore: update deps
parent
90a7ee4bda
commit
a019c6f3a5
|
|
@ -8,12 +8,12 @@ repos:
|
|||
- id: mixed-line-ending
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: "v0.1.3"
|
||||
rev: v0.1.5
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: 23.10.1
|
||||
rev: 23.11.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ def run_pip(*args):
|
|||
def install():
|
||||
deps = [
|
||||
# requirements
|
||||
("ultralytics", "8.0.198", None),
|
||||
("mediapipe", "0.10.7", None),
|
||||
("ultralytics", "8.0.209", None),
|
||||
("mediapipe", "0.10.8", None),
|
||||
("rich", "13.0.0", None),
|
||||
# mediapipe
|
||||
("protobuf", "3.20", "3.9999"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue