mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 19:21:33 +00:00
chore: update versions
This commit is contained in:
@@ -8,12 +8,12 @@ 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.287"
|
rev: "v0.0.290"
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
|
|
||||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||||
rev: 23.9.0
|
rev: 23.9.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ def run_pip(*args):
|
|||||||
def install():
|
def install():
|
||||||
deps = [
|
deps = [
|
||||||
# requirements
|
# requirements
|
||||||
("ultralytics", "8.0.173", None),
|
("ultralytics", "8.0.181", None),
|
||||||
("mediapipe", "0.10.3", None),
|
("mediapipe", "0.10.5", None),
|
||||||
("rich", "13.0.0", None),
|
("rich", "13.0.0", None),
|
||||||
# mediapipe
|
# mediapipe
|
||||||
("protobuf", "3.20", "3.9999"),
|
("protobuf", "3.20", "3.9999"),
|
||||||
|
|||||||
Reference in New Issue
Block a user