Fix self-referential dependency that breaks Poetry 2.x
Replace `pipecat-ai[local-smart-turn-v3]` in main dependencies with the actual packages (transformers, onnxruntime) to eliminate the circular dependency that causes Poetry to error with: "Package 'pipecat-ai[local-smart-turn-v3]' is listed as a dependency of itself."
This commit is contained in:
@@ -38,8 +38,9 @@ dependencies = [
|
||||
# Pinning numba to resolve package dependencies
|
||||
"numba==0.61.2",
|
||||
"wait_for2>=0.4.1; python_version<'3.12'",
|
||||
# Pipecat optionals
|
||||
"pipecat-ai[local-smart-turn-v3]",
|
||||
# Local smart turn v3 (inlined to avoid self-referential dependency)
|
||||
"transformers",
|
||||
"onnxruntime~=1.23.2",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user