From adbce4a32e5c5706fcc500d1d683f32e60e8855e 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' ], )