-
## Proposal Summary
It would be nice to have the option of using uv to manage dependencies instead of pip/conda/poetry.
The simplest support would be to just use `uv pip` as a drop-in replaceme…
-
Would be really cool if we could get an official `uv` devcontainer for remote development using common IDEs (VS Code, PyCharm). It isn't too difficult to install `uv` in the Dockerfile by hand but…
-
* **Version**: main branch
* **Platform**: UNIX
Hey,
after scratching my head for a while, I found out that `uv_udp_open()` unconditionally call `uv__set_reuse()`. I don't know if that's intend…
-
`uv` is a fast and efficient package management tool. We should consider adding support for it in reticulate.
One of its key advantages is that it allows for installing a specific Python version on…
-
AFAIK [uv](https://github.com/astral-sh/uv) is the fastest package manager now and can be used instead of pip:
```bash
# before
pip install clearml-agent
# after
uv pip install clearml-agent
```…
-
* **Version**: 1.49.0
* **Platform**: win11
* like this:
try {
let child = spawn('calc.exe', [], {
stdio: 'ignore',
detached: true,
cw…
-
I typed:
```
> uv python remove cpython-3.13.0-macos-aarch64-none
error: unrecognized subcommand 'remove'
tip: a similar subcommand exists: 'uv pip uninstall'
```
I'd expect that the "si…
-
With pip you can create custom config per venv (custom index-url etc) with pip.conf files. I think it's impossible with uv as it doesn't look for the `uv.toml` file within the active venv.
This…
-
You should be able to point to a PEP 723 script to get a requirements.txt of the resolved dependencies.
-
Hi,
I got really excited about PEP 735 but then I noticed it can't really be used with unlocked packages?
Like in https://github.com/hynek/svcs/pull/107, I would like to be able to do `uv pip in…