mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00

This script can compare different requirements between pip(-compile) and puffin across python versions, with debug and release builds. Examples: ```shell scripts/compare_with_pip/compare_with_pip.py scripts/compare_with_pip/compare_with_pip.py -p 3.10 scripts/compare_with_pip/compare_with_pip.py --release -p 3.9 --target 'transformers[deepspeed-testing,dev-tensorflow]' ``` It found a bunch of fixed bugs, e.g. the lack of yanked package handling and source dist handling, as well as #423, which is currently most of the output. Example output: https://gist.github.com/konstin/9ccf8dc7c2dcca737bf705429ced4892 #443 should be merged first
6 lines
163 B
TOML
6 lines
163 B
TOML
exclude = [
|
|
"crates/gourgeist/src/activator/activate_this.py",
|
|
"crates/gourgeist/src/_virtualenv.py"
|
|
]
|
|
[per-file-ignores]
|
|
"__init__.py" = ["F403", "F405"]
|