Skip to content

Commit

Permalink
updated range of package requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferv98 committed Jun 2, 2024
1 parent 173ee8f commit a4c3324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand All @@ -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",
Expand Down

0 comments on commit a4c3324

Please sign in to comment.