Closed rosen-dash closed 3 days ago
You need to report this to the pip-tools project, which pip-compile belongs to: https://github.com/jazzband/pip-tools/issues
While pip-tools uses pip, pip does not support pip-tools.
You need to report this to the pip-tools project, which pip-compile belongs to: https://github.com/jazzband/pip-tools/issues
While pip-tools uses pip, pip does not support pip-tools.
Created an issue in pip-tool
- https://github.com/jazzband/pip-tools/issues/2131
Description
With the latest release (24.3.1), pip-compile produces requirements.txt file with absolute paths to all the incudeded requirements.in files. This makes it difficult to reuse across different users and different machines.
With 24.2
With 24.3.1
Expected behavior
It should retain the relative paths only to make the generated files reusable.
pip version
24.3.1
Python version
3.12.4
OS
MacOS 15.0.1
How to Reproduce
Download the sample.zip
run
pip install pip==24.2
pip-compile requirements_dev.in
will produce the content ofrequirements_dev-24.2.txt
withrun
pip install pip==24.3.1
pip-compile requirements_dev.in
will produce the content ofrequirements_dev-24.3.1.txt
withOutput
No response
Code of Conduct