Tim de Jager
Tim de Jager
We still need something like it if we want to support a range of build api versions in pixi right?
Do you mean like a pinned version, or a minimum required version? :)
I've a PR in rattler that when merged and pixi is updated should fix this: https://github.com/conda/rattler/pull/892
> @tdejager I have tried a local build of Pixi (`main` branch) with its `rattler_solve` dependency updated to the version with your PR and using Rust 1.81, and I **can...
@Hofer-Julian that makes sense indeed, as long as it's just logging input/output. However, somewhat *deeper* debug statements might be useful as well (other than just input/output), and then the frontend...
While investigating it seems that `cowpy` is placed in the `ipython` site-packages.
> Following up on this, I wanted to understand what you mean exactly by `We're not looking at mixed conda and pypi projects.` > > Does this mean that if...
We should modify the globs indeed :)
That could still benefit from a regression test though :) On Mon, 19 May 2025 at 13:18, Bas Zalmstra ***@***.***> wrote: > Closed #3684 as > completed. > > —...
Yeah @roaldarbol, I think you are right. Could you give the `exec` branch a go maybe :)?