From bcc9ebb78f71eeec02a08b532d815d305e23b0ff Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 15 Nov 2023 17:28:37 -0800 Subject: [PATCH] (chore) clean up ci/cd testing requirements --- .circleci/config.yml | 1 - .circleci/requirements.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 35a7130b51..3d4fc489e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,6 @@ jobs: pip install mypy pip install -q google-generativeai pip install openai[datalib] - pip install -Uq chromadb==0.3.29 pip install "boto3>=1.28.57" pip install appdirs pip install langchain diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index d132a95c9b..28d2e8b079 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -6,8 +6,6 @@ importlib_metadata baseten cohere redis -replicate anthropic -gptcache boto3 appdirs \ No newline at end of file