From bf5e724a7cac63574e0ba698c1a9f7db71cf4bde Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 22 Aug 2023 16:24:07 -0700 Subject: [PATCH] fix circle ci --- .circleci/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index 56f796b35..4e941c0a6 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -2,4 +2,5 @@ openai python-dotenv openai -tiktoken \ No newline at end of file +tiktoken +importlib_metadata \ No newline at end of file