Skip to content

joint pip & conda packages #2905

Answered by baszalmstra
geoHeil asked this question in Q&A
Jan 14, 2025 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Our long term vision is that pixi build backends can (optionally) output multiple artifact types. We currently focus on conda packages but we plan on adding support for other types down the line.

When a package contains both conda and pypi dependencies we’ll have to do a reverse mapping from pypi packages to conda and vice versa. We already have a pretty solid base for going from conda to pypi (used by pixi already) and we think we can also do the inverse based on the same data that we already have.

With current pixi-build we already have preliminary support for building pyproject projects (as well as feedstocks and cmake based projects) but without any mapping. We will extend this more i…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@geoHeil
Comment options

@geoHeil
Comment options

@baszalmstra
Comment options

Answer selected by geoHeil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants