Update pyproject.toml

Co-authored-by: Ben Cherry <ben@livekit.io>
This commit is contained in:
Kat Ahn
2025-11-17 09:13:01 -08:00
committed by GitHub
co-authored by Ben Cherry
parent c542b74724
commit b1ec4f205b
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [
"livekit-agents[silero,turn-detector]~=1.3.2", "livekit-agents[silero,turn-detector]~=1.3",
"livekit-plugins-noise-cancellation~=0.2", "livekit-plugins-noise-cancellation~=0.2",
"python-dotenv", "python-dotenv",
] ]