From 1017663d8446fe11a93943952b1789a31c7aaccb Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Jul 2023 22:32:31 -0700 Subject: [PATCH] fix pip install bug --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f21baea2f5..c05bc82a63 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ setup( ], install_requires=[ 'openai', - 'cohere', - 'os' + 'cohere' ], )