From d0e3ae09f0274ac383a02237b579f236c749bee7 Mon Sep 17 00:00:00 2001 From: csunny Date: Thu, 25 May 2023 10:39:19 +0800 Subject: [PATCH 1/4] 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 From 6068dfd88b18a93c285de233db01436d48461745 Mon Sep 17 00:00:00 2001 From: csunny Date: Thu, 25 May 2023 10:50:40 +0800 Subject: [PATCH 2/4] fix: requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6e641529..ed12c7f78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ colorama playsound distro pypdf -milvus-cli==0.3.2 +# milvus-cli==0.3.2 # Testing dependencies pytest From 87eb830e87d70264f8e0e0d41d41e5c779cca6a4 Mon Sep 17 00:00:00 2001 From: csunny Date: Thu, 25 May 2023 11:02:04 +0800 Subject: [PATCH 3/4] rm extra package --- requirements.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index ed12c7f78..28da42929 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -accelerate==0.16.0 torch==2.0.0 accelerate==0.16.0 aiohttp==3.8.4 @@ -24,15 +23,12 @@ pycocotools==2.0.6 pyparsing==3.0.9 python-dateutil==2.8.2 pyyaml==6.0 -regex==2022.10.31 tokenizers==0.13.2 tqdm==4.64.1 transformers==4.28.0 timm==0.6.13 spacy==3.5.1 webdataset==0.2.48 -scikit-learn==1.2.2 -scipy==1.10.1 yarl==1.8.2 zipp==3.14.0 omegaconf==2.3.0 @@ -54,7 +50,6 @@ grpcio==1.47.5 auto-gpt-plugin-template pymdown-extensions -mkdocs gTTS==2.3.1 langchain nltk @@ -67,7 +62,6 @@ colorama playsound distro pypdf -# milvus-cli==0.3.2 # Testing dependencies pytest From 5f0caa5319c7177397a6f7e85648d98aa5b23fa5 Mon Sep 17 00:00:00 2001 From: csunny Date: Thu, 25 May 2023 11:14:58 +0800 Subject: [PATCH 4/4] fix --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f0ba5f6a..008aa7131 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.10" sphinx: configuration: docs/conf.py