pyproject: fix cartesia version and update requirements files

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-25 09:42:05 -07:00
parent 94823ab952
commit 98bd183bc4
3 changed files with 30 additions and 30 deletions

View File

@@ -36,7 +36,7 @@ Website = "https://pipecat.ai"
[project.optional-dependencies]
anthropic = [ "anthropic~=0.25.7" ]
azure = [ "azure-cognitiveservices-speech~=1.37.0" ]
cartesia = [ "numpy~=1.26.0", "sounddevice", "cartesia" ]
cartesia = [ "cartesia~=0.1.1" ]
daily = [ "daily-python~=0.10.1" ]
deepgram = [ "deepgram-sdk~=3.2.7" ]
examples = [ "python-dotenv~=1.0.0", "flask~=3.0.3", "flask_cors~=4.0.1" ]