Chris Markiewicz
Chris Markiewicz
I'll merge those into a single PR...
Hi all. If iEEG users (ping @dorahermes @cimbi @EmmanuelBarbeau @michaelpereira73 @KLehongre @tjr1, who have chimed in already) could have a review of https://github.com/bids-standard/bids-examples/pull/469/files to make sure that it looks correct,...
A similar feature recently landed in `uv`: https://github.com/astral-sh/uv/pull/16528 Previously you could override the dependency with an extra like `flask ; python_version < '0'`. However, pixi's `dependency-overrides` doesn't allow qualifiers on...
Looks like `uv` uses a top-level: ```toml [tool.uv] exclude-dependencies = ["werkzeug"] ``` We could do a similar thing: ```toml [tool.pixi] # Ensure werkzeug doesn't get pulled in by conda or...
My understanding is that there were a number of problems people were solving, including broken constraints, renamed packages, and avoiding installing large-but-unused packages. I don't think they considered, or needed...
If you have a template or previous example of a proposal, I can take a stab at it, but I don't have a huge amount of time to devote to...
Following https://github.com/prefix-dev/pixi/issues/4457 as a template: ---- # Problem description It is common for a package's dependency tree to have transitive dependencies that are never imported. For example, a library that...
@tdejager If you have two environments in a solve group where one excludes a dependency and the other doesn't, you need to do one of: 1) Exclude from solve. One...
@oesteban Would you mind giving this another review?
Yes, that's the idea, which is why I enabled it by default. In practice, it doesn't seem to work for all types, possibly because the empirical warps and the theoretical...