Tim de Jager

Results 280 comments of Tim de Jager

We could make a way to disable it. Could you also share the reason why you would want to disable it?

Sure, but if you add tensorflow to `pypi-dependencies` it should that one right? I mean you cannot have the conda package and the pypi package at the same time.

Would also be great if you could share your `pixi.toml` or `pyproject.toml` here :)

As I a said in a previous issue I think there are two approaches. Let me quote myself: 1. Be able to define that you only want wheels in a...

> I'm hitting this problem simply because I'm using a `pyproject.toml` manifest which contains a `project.dependencies` entry. > > I understand [pixi assumes PyPI-dependencies exist](https://pixi.sh/latest/advanced/pyproject_toml/#dependency-section) in this condition, migrated automatically...

Sure, but then we also need to support no build isolation, so that uv actually uses that environment, and not solves its own and hence would never use the conda...

Sure, we could expose https://docs.astral.sh/uv/reference/settings/#prerelease if that would help.

Yes, but we would need to either install them as pypi dependencies giving you a chicken and egg problem, as it might be part of the default prefix. *or* we...

I will get back to this, but there are multiple reasons :)

Great that you find it useful. Yeah the reasoning from my end is also that the feature is less useful if you cannot set it per package as you would...