I was migrating from 2.17 to 2.18 and stumbled upo...
# general
b
I was migrating from 2.17 to 2.18 and stumbled upon export --style=universal incompatibility issue with
torch
like documented and discussed many times before. Is there any reason not to allow --style configurable for generating lockfiles here https://github.com/pantsbuild/pants/blob/6c90b26f62c108d5a8724cd92db3b69887f8f431/src/python/pants/backend/python/goals/lockfile.py#L120 ? Maybe we can drop target-system advisory if the style is strict, assuming the developer knows what they are doing generating machine-specific lock file?