From d0e3ae09f0274ac383a02237b579f236c749bee7 Mon Sep 17 00:00:00 2001 From: csunny Date: Thu, 25 May 2023 10:39:19 +0800 Subject: [PATCH] bug: fix package --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ec153277..c6e641529 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,6 @@ iopath==0.1.10 tenacity==8.2.2 peft pycocoevalcap -sentence-transformers cpm_kernels umap-learn notebook @@ -51,7 +50,7 @@ wandb llama-index==0.5.27 pymysql unstructured==0.6.3 -pytesseract==0.3.10 +grpcio==1.47.5 auto-gpt-plugin-template pymdown-extensions @@ -79,3 +78,4 @@ pytest-cov pytest-integration pytest-mock pytest-recording +pytesseract==0.3.10