-
It looks like that, with different python versions in different virtual environments,
uv pip compile -U --universal
generates different outputs. This is going to result in chaotic git history forrequirements.txt
if one uses for example 3.9, the other uses 3.11 and they update requirements in turns. The original simple list may be more preferable? What's your take? @ahmil -
--universal
flag should generate a single set of universal requirements that fits ourrequires-python>=3.9
and supports all python platforms requirement regardless of the virtual env / OS you use.The issue here is different though, the markers blow up so each line ended up being very long. There's an issue to track this https://github.com/astral-sh/uv/issues/5660. But i'll revert to targetting py311 for now then.
Edited by Ahmed Ilyas
No related branches found
No related tags found
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment