diff --git a/CHANGELOG.md b/CHANGELOG.md index fdce5e339..3fb849848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `RivaSTTService` is now deprecated, use `NvidiaSTTService` instead. - `RivaTTSService` is now deprecated, use `NvidiaTTSService` instead. - Use `uv pip install pipecat-ai[nvidia]` instead of - `uv pip install pipecat-ai[nim]` or `uv pip install pipecat-ai[riva]` + `uv pip install pipecat-ai[riva]` ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 3483f2a2a..4f1c7af13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,6 @@ mistral = [] mlx-whisper = [ "mlx-whisper~=0.4.2" ] moondream = [ "accelerate~=1.10.0", "einops~=0.8.0", "pyvips[binary]~=3.0.0", "timm~=1.0.13", "transformers>=4.48.0" ] neuphonic = [ "pipecat-ai[websockets-base]" ] -nim = [] noisereduce = [ "noisereduce~=3.0.3" ] nvidia = [ "nvidia-riva-client~=2.21.1" ] openai = [ "pipecat-ai[websockets-base]" ] @@ -94,7 +93,7 @@ playht = [ "pipecat-ai[websockets-base]" ] qwen = [] remote-smart-turn = [] rime = [ "pipecat-ai[websockets-base]" ] -riva = [ "nvidia-riva-client~=2.21.1" ] +riva = [ "pipecat-ai[nvidia]" ] runner = [ "python-dotenv>=1.0.0,<2.0.0", "uvicorn>=0.32.0,<1.0.0", "fastapi>=0.115.6,<0.122.0", "pipecat-ai-small-webrtc-prebuilt>=1.0.0"] sagemaker = ["aws_sdk_sagemaker_runtime_http2; python_version>='3.12'"] sambanova = []