fix(install): do not update transformers

This commit is contained in:
Dowon
2024-05-19 16:34:22 +09:00
parent 8a4d546566
commit 1bcc00c3b9

View File

@@ -49,8 +49,6 @@ def install():
("rich", "13.0.0", None),
# mediapipe
("protobuf", "4.25.3", "4.9999"),
# protobuf
("transformers", "4.31.0", None),
]
for pkg, low, high in deps: