We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173ee8f commit a4c3324Copy full SHA for a4c3324
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="VoiceProcessingToolkit",
8
- version="0.1.8.2",
+ version="0.1.8.3",
9
author="Kristoffer Vatnehol",
10
author_email="kristoffer.vatnehol@appacia.com",
11
description="A comprehensive library for voice processing tasks such as wake word detection, speech recognition, "
@@ -27,8 +27,8 @@
27
python_requires=">=3.6",
28
install_requires=[
29
"PyAudio~=0.2.14",
30
- "openai~=1.6.1",
31
- "python-dotenv~=1.0.0",
+ "openai>=1.10.0,<2.0.0",
+ "python-dotenv",
32
"requests~=2.31.0",
33
"elevenlabs==0.2.27",
34
"numpy~=1.26.2",
0 commit comments