Skip to content

Commit

Permalink
Updated requirements.txt to use previous iteration of Elevenalabs api
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferv98 committed Jun 2, 2024
1 parent 285b391 commit b52d38c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PyAudio~=0.2.14
setuptools~=68.2.2
openai~=1.6.1
requests~=2.31.0
elevenlabs~=0.2.27
elevenlabs==0.2.27
numpy~=1.26.2
pvcobra
pvporcupine
Expand Down
4 changes: 2 additions & 2 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.7.1",
version="0.1.7.2",
author="Kristoffer Vatnehol",
author_email="[email protected]",
description="A comprehensive library for voice processing tasks such as wake word detection, speech recognition, "
Expand All @@ -30,7 +30,7 @@
"openai~=1.6.1",
"python-dotenv~=1.0.0",
"requests~=2.31.0",
"elevenlabs~=0.2.27",
"elevenlabs==0.2.27",
"numpy~=1.26.2",
"pvcobra~=2.0.1",
"pvkoala~=2.0.0",
Expand Down

0 comments on commit b52d38c

Please sign in to comment.