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
We could also let pixi print a warning if it detects python packages (or even arbitrary files?) that were not installed via pixi but for example via pip to make sure that the environment was touched only by pixi.
I know it’s not as “pretty”, but why not have pypi-dependencies follow pep508? This way, they could directly be handed to uv, and could be copied & pasted from existing pyproject.toml
Currently this is in the latest release, except for the pixi add command allowing you to add more source dependencies. Which is now it's own separate issue #1078
Problem description
This feature aim to allow to specify source dependencies ( direct reference of a dependency) in
pixi.toml
this is how
pixi.toml
will look likeCLI commands
also we will extend pixi add command:
which should produce this in
pixi.toml
The text was updated successfully, but these errors were encountered: