Merge pull request #821 from pipecat-ai/aleix/update-pyproject

pyproject: update onnxruntime, whisper and azure
This commit is contained in:
Aleix Conchillo Flaqué
2024-12-10 18:34:27 -08:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ Website = "https://pipecat.ai"
anthropic = [ "anthropic~=0.40.0" ]
assemblyai = [ "assemblyai~=0.34.0" ]
aws = [ "boto3~=1.35.27" ]
azure = [ "azure-cognitiveservices-speech~=1.40.0", "openai~=1.50.2" ]
azure = [ "azure-cognitiveservices-speech~=1.41.1", "openai~=1.50.2" ]
canonical = [ "aiofiles~=24.1.0" ]
cartesia = [ "cartesia~=1.0.13", "websockets~=13.1" ]
daily = [ "daily-python~=0.13.0" ]
@@ -65,12 +65,13 @@ openai = [ "openai~=1.50.2", "websockets~=13.1", "python-deepcompare~=1.0.1" ]
openpipe = [ "openpipe~=4.38.0" ]
playht = [ "pyht~=0.1.8", "websockets~=13.1" ]
riva = [ "nvidia-riva-client~=2.17.0" ]
silero = [ "onnxruntime~=1.19.2" ]
silero = [ "onnxruntime~=1.20.1" ]
soundfile = [ "soundfile~=0.12.1" ]
together = [ "openai~=1.50.2" ]
websocket = [ "websockets~=13.1", "fastapi~=0.115.0" ]
whisper = [ "faster-whisper~=1.0.3" ]
simli = [ "simli-ai>=0.1.7"]
whisper = [ "faster-whisper~=1.1.0" ]
simli = [ "simli-ai~=0.1.7"]
[tool.setuptools.packages.find]
# All the following settings are optional:
where = ["src"]