Depending on Python system packages provided by the distro may necessitate changing requirements.txt for building on distros that use different versions of those packages. The uv package manager seems to be the new standard for this kind of thing, and has the advantage of being able to pin a local Python version with the packages used. Would it make sense to move to that, or would it be annoying to add another dependency?
Depending on Python system packages provided by the distro may necessitate changing requirements.txt for building on distros that use different versions of those packages. The uv package manager seems to be the new standard for this kind of thing, and has the advantage of being able to pin a local Python version with the packages used. Would it make sense to move to that, or would it be annoying to add another dependency?