From a4c3324a3e36e0287b947a90ed13017cdd3e5211 Mon Sep 17 00:00:00 2001 From: kristoffervatnehol Date: Sun, 2 Jun 2024 20:54:51 +0200 Subject: [PATCH] updated range of package requirements.txt and setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0dd19dd..dd42d57 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="VoiceProcessingToolkit", - version="0.1.8.2", + version="0.1.8.3", author="Kristoffer Vatnehol", author_email="kristoffer.vatnehol@appacia.com", description="A comprehensive library for voice processing tasks such as wake word detection, speech recognition, " @@ -27,8 +27,8 @@ python_requires=">=3.6", install_requires=[ "PyAudio~=0.2.14", - "openai~=1.6.1", - "python-dotenv~=1.0.0", + "openai>=1.10.0,<2.0.0", + "python-dotenv", "requests~=2.31.0", "elevenlabs==0.2.27", "numpy~=1.26.2",