-
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
```…
-
How does UV find root? What is the defining rule where UV stops looking?
https://docs.astral.sh/uv/concepts/projects/workspaces/#workspace-sources
turbo does it by defining it extends
htt…
-
I have a dependency managed with poetry, uploaded to a private gitlab package index.
In a dependant uv project I try to add it:
> $ uv add --index ${GITLAB_INDEX} livity-airtable
>
> × No s…
-
If pyright is installed from npm it will install itself with a cmd and powershell entry point on windows and a shell script on linux.
When trying to run this script using `uv run`, to run it in uv's …
-
Is there no way of seeing updates for tools?
I currently have ruff 0.7.3 installed. I can successfully upgrade the tool using `uv tool upgrade ruff`, which updates it to 0.7.4, but would like …
-
### Checklist
- [x] I added a descriptive title
- [x] I searched open requests and couldn't find a duplicate
### What is the idea?
Currently, conda only runs `pip` for the `pip: ...` section
```ya…
-
# environment
- uv: tested on 0.5.2 and 0.5.4
- python tested on 3.11, 3.12, 3.13
- windows
# to reproduce
sorry this isn't a minimal repro, i can't get it to happen reliably so this is the best …
-
-
```
~ $ uv --version
uv 0.5.1 (Homebrew 2024-11-08)
```
When I run `uv run --python 3.13 python` then Python 3.13.0rc2 is started. Why it is still using the release candidate?
```
~ $ uv pyt…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Now that [uv has a lockfile](https://docs.astral.sh/uv/concepts/projects/#lockfile), it wo…