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
|
# Pinning numba to resolve package dependencies
|
||||||
"numba==0.61.2",
|
"numba==0.61.2",
|
||||||
"wait_for2>=0.4.1; python_version<'3.12'",
|
"wait_for2>=0.4.1; python_version<'3.12'",
|
||||||
# Pipecat optionals
|
# Local smart turn v3 (inlined to avoid self-referential dependency)
|
||||||
"pipecat-ai[local-smart-turn-v3]",
|
"transformers",
|
||||||
|
"onnxruntime~=1.23.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user