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 diff --git a/requirements.txt b/requirements.txt index 5ec153277..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 @@ -41,7 +37,6 @@ iopath==0.1.10 tenacity==8.2.2 peft pycocoevalcap -sentence-transformers cpm_kernels umap-learn notebook @@ -51,11 +46,10 @@ 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 -mkdocs gTTS==2.3.1 langchain nltk @@ -68,7 +62,6 @@ colorama playsound distro pypdf -milvus-cli==0.3.2 # Testing dependencies pytest @@ -79,3 +72,4 @@ pytest-cov pytest-integration pytest-mock pytest-recording +pytesseract==0.3.10