uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
I have a local package which needs to be referenced. For example, in pip it looks like this: requirements.txt ``` ./deps/mypackage-1.0.94-py3-none-any.whl ``` For uv, I have it in pyproject.toml as:...
I need to go through the tests, which are currently just authored by Claude, before this is ready for review.
### Summary Hi! We are using uv to install python venvs and pytorch in our desktop application. I previously posted our issue of not getting interactive output in a regular...
After installed a package with `--find-links`, the next installation will fail because `uv` is unable to find package without find-links. Reproduction: ```sh uname -a # Linux GOOSE 5.15.153.1-microsoft-standard-WSL2 #1 SMP...
### Question I've recently started using `uv` to setup python environments on my Mac. I'd like to have all environments I create automatically have access to the system trust store....
### Summary `--exclude-newer` is a very useful feature for implementing dependency cooldown policies but it requires package registries to support the JSON view with the PEP 700 `upload-time` attribute. This...
Part of https://github.com/astral-sh/uv/issues/16771 This diff introduces `--exclude-packages` to pip {compile, install, tool install}, accepting comma-delimited package names (with `--exclude-package` as an alias) to exclude packages without an excludes file.
## Summary When resolving dependencies, uv makes different (incorrect) resolution decisions depending on whether transitive dependency constraints are also specified at the top level. This causes it to pick incompatible...
[uv_install_logs.tar.gz](https://github.com/user-attachments/files/20915431/uv_install_logs.tar.gz) ### Summary `uv` seems to fail to recognize some macOS Universal wheels when running in a `conda` environment on Darwin x86_64. The following four packages install fine using `pip...
## Summary This fixes installations using git which involved submodules declared through relative paths, fixes #9822 . ## Test Plan I did testing using a private gitlab server that I...