From d7d810cee4736f3770390147770d7a166a52c869 Mon Sep 17 00:00:00 2001 From: MartBakler <113173969+MartBakler@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:23:11 +0000 Subject: [PATCH] fixed setup.py bug (#132) --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 3b6cd7b..b29c5d2 100644 --- a/setup.py +++ b/setup.py @@ -30,13 +30,11 @@ "botocore==1.33.1", # Add any additional dependencies for the optional feature here ], - }, - extras_require={ 'together_ai': [ "together==0.2.11", # Add any additional dependencies for the optional feature here - ], - } + ] + }, classifiers=[ 'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package