Skip to content

Commit

Permalink
Merge pull request #821 from pipecat-ai/aleix/update-pyproject
Browse files Browse the repository at this point in the history
pyproject: update onnxruntime, whisper and azure
  • Loading branch information
aconchillo authored Dec 11, 2024
2 parents c7ca0ee + c446f91 commit b034c6e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand All @@ -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"]
Expand Down

0 comments on commit b034c6e

Please sign in to comment.