From b8b823a22a55a3d5c4dfdf1342e07a765be94dab Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 9 Aug 2023 17:44:18 -0400 Subject: [PATCH] clean up openaiapi --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 203c70fe..ff504314 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( # 'imageio', 'simpleaichat', # 'kornia', - 'numpy', + # 'numpy', # 'omegaconf', # 'open_clip_torch', # 'opencv-python', @@ -57,7 +57,7 @@ setup( 'httpx', 'ggl', 'beautifulsoup4', - 'llama-index', + # 'llama-index', 'fastapi', 'pydantic', 'tenacity',