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
At hadim/feedrattler#1, I have a few places where my package deps are redundant in pyproject.toml
project.dependencies: pypi deps
tool.pixi.dependencies: the "default" pixi feature
tool.pixi.package.run-dependencies: conda deps used during package building
What do you think about an option to tell tool.pixi.package.run-dependencies to re-use the deps of a feature? And why not doing the same for host-dependencies?
At hadim/feedrattler#1, I have a few places where my package deps are redundant in
pyproject.toml
project.dependencies
: pypi depstool.pixi.dependencies
: the "default" pixi featuretool.pixi.package.run-dependencies
: conda deps used during package buildingWhat do you think about an option to tell
tool.pixi.package.run-dependencies
to re-use the deps of a feature? And why not doing the same forhost-dependencies
?The text was updated successfully, but these errors were encountered: