5 ms·
Yeah that's right -- we make the assumption that all distributions for a given package will yield the same dependencies, similar to Poetry, PDM, and other tools
by charliermarsh 2y ago
Yeah that's right -- we make the assumption that all distributions for a given package will yield the same dependencies, similar to Poetry, PDM, and other tools. This is not strictly required by the standards, but it's very rare for it to be violated.
- hobofan 2y agoIt's rare, but in my experience it can still be very impactful and hindering adoption. E.g. that practice seems to be quite prevalent in a few high-profile pytorch packages, which caused our team a lot of pain when trying to enable reproducible cross-platform builds 1-2 years ago
- fire_lake 2y agoIndeed. I gave up on this and just build in Docker.