Tim de Jager

Results 280 comments of Tim de Jager

Nice that you've included benchmarks! Just wondering what the cost is of doing the check as opposed to not doing it :), for these large environments?

Yeah I saw this as well. Not sure what's causing this, we should have a closer look!

I'm not sure about these things, but shouldn't `python` be a runtime dependency for uv? As you need this for using uv, and I would suppose adding that would install...

Yeah @183amir, I get what your are saying, and I agree that holds true for most use-cases. I'm just concerned about the use-case you want to use `uv` as a...

> I am not sure what you mean here. If the `CONDA_PREFIX` is set to the `uv` global conda env, `uv` will always try to install packages there. What is...

> If you guys are ok with adding an exception for `uv` to skip inserting the `CONDA_PREFIX` line in the generated bash file, I can work on a pull request....

Documentation is always welcome @pavelzw :)

Hmmm, so uv has a `--no-cache` option but that still creates a temporary file. I suppose that would not work either right?

Ok, so thinking about this a bit more it is a bit of a hard one. So by default we run an install for pypi and for conda because you...

In the mean-time if we first add `--no-install` to `run` you could make do with: ```toml [project] name = "pixi-repro" version = "0.1.0" requires-python = ">= 3.11" dependencies = []...