From 1bcc00c3b9982f11fdd062694c80f0db0505203d Mon Sep 17 00:00:00 2001 From: Dowon Date: Sun, 19 May 2024 16:34:22 +0900 Subject: [PATCH] fix(install): do not update transformers --- install.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.py b/install.py index e43210c..28660cc 100644 --- a/install.py +++ b/install.py @@ -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: