Skip to content

Commit a4c3324

Browse files
committed
updated range of package requirements.txt and setup.py
1 parent 173ee8f commit a4c3324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="VoiceProcessingToolkit",
8-
version="0.1.8.2",
8+
version="0.1.8.3",
99
author="Kristoffer Vatnehol",
1010
author_email="kristoffer.vatnehol@appacia.com",
1111
description="A comprehensive library for voice processing tasks such as wake word detection, speech recognition, "
@@ -27,8 +27,8 @@
2727
python_requires=">=3.6",
2828
install_requires=[
2929
"PyAudio~=0.2.14",
30-
"openai~=1.6.1",
31-
"python-dotenv~=1.0.0",
30+
"openai>=1.10.0,<2.0.0",
31+
"python-dotenv",
3232
"requests~=2.31.0",
3333
"elevenlabs==0.2.27",
3434
"numpy~=1.26.2",

0 commit comments

Comments
 (0)