You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): remove duplicate pypi-dependencies from pixi config
The pyproject.toml had dependencies defined in both:
- [project.optional-dependencies] (standard Python format)
- [tool.pixi.feature.*.pypi-dependencies] (pixi-specific format)
This caused pixi to fail with "chromadb is already a dependency" errors.
Removed all [tool.pixi.feature.*.pypi-dependencies] sections since pixi
can read the standard [project.optional-dependencies] sections directly.
🤖 Generated with [Claude Code](https://claude.ai/code)
0 commit comments