Ben Mares
Ben Mares
Ok, I'm fairly sure you're on AMD since when I try to execute `conda.exe` with ARM emulation it won't even execute. Strange that I'm not able to reproduce it in...
This is failing for a few really annoying discrepancies between anaconda and comda-forge 1. The metadata is formatted differently 2. Comda-forge is using the .conda file format instead of .tar.bz2
@basnijholt, I forgot what happened here. Looks like this stalled out? Is this still relevant?
While I've forgotten lots of context, this looks good to me. It still merges cleanly with green CI, so that's pretty awesome. Before merging I should take one last look...
Hopefully I can easily solve the merge conflicts since the new code is fresh in my head. But I need to wait until next week.
Hey, thanks so much for the thoughtful writeup. Could you explain in more detail the issue with the older lockfile? You should always be able to use the current version...
@qmarcou thanks for this, this is really fascinating. It's complaining because the `optional: false` line is missing from the `libclang` package. It seems that the validation got stricter. I'm pretty...
pre-commit.ci autofix
@mariusvniekerk, is there any reason not to deprecate all the `dev` related flags on `conda-lock install` and `conda-lock render`? It seems to me like `--extras dev` is equivalent, and much...
Thanks @qmarcou for the reminder! I think this fix should be straightforward. Would you be interested in submitting a PR?