Fix dependency version specification for livekit-agents (#86)
* Fix dependency version specification for livekit-agents * Update pyproject.toml
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
|
|||||||
requires-python = ">=3.10, <3.15"
|
requires-python = ">=3.10, <3.15"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"livekit-agents[silero,turn-detector]==1.5.17",
|
"livekit-agents[silero,turn-detector]>=1.5.17",
|
||||||
"livekit-plugins-ai-coustics~=0.2",
|
"livekit-plugins-ai-coustics~=0.2",
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user