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(pixi): remove ALL pypi-dependencies, conda-forge only
Pixi now uses ONLY conda-forge dependencies:
- Removed [tool.pixi.pypi-dependencies] section entirely
- Simplified all environments to use only "core" feature
- Python packages installed via pip after pixi install
This ensures pixi install only resolves conda packages,
avoiding version conflicts and build issues with pip packages.
🤖 Generated with [Claude Code](https://claude.ai/code)
0 commit comments