Replies: 1 comment 5 replies
-
you can do this in one manifest, but right now it requires tracking workspace dependencies and package dependencies separately. For example, https://github.com/lucascolley/pixi-dev-scipystack/blob/28c00dde18c2d9391e69ffcabfb6e003b16f2271/scipy/pixi.toml shows a setup for building a conda package from SciPy with Right now pixi-build is focussed on conda packages, but there may be scope to also build other types of packages in the future. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to build both Python files (wheel,sdist) and Conda packages. How can I use Pixi to store all package dependencies in one place rather than across multiple sources depe ding on the package being built.
For example, Conda packages built with rattler-build will use the recipe.yaml, and the Python project will use pyproject.toml. Does an approach exist where I can configure pixi dependencies and environments to combine both the recipe.yaml and dependency section from pyproject.toml into a single configuration that both build backend can read from?
Beta Was this translation helpful? Give feedback.
All reactions