From b88790f07af70d30f68eaed5be095ccdf509ac80 Mon Sep 17 00:00:00 2001 From: Kedareeshwar Sekar Date: Thu, 2 Nov 2023 12:48:00 +0530 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0615379..fafd1f0 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,13 @@ from setuptools import find_packages, setup core_requirements = [ - "pydantic>=2.0.3", "langchain", "langchain_experimental", "google-api-python-client", "openai", "tiktoken", "SQLAlchemy", - "elevenlabs==0.2.26", + "elevenlabs==0.2.24", "google_auth_oauthlib", "google-auth-httplib2", "numpy",