although, that can happen with third party depende...
# random
l
although, that can happen with third party dependencies (a la pypi). for instance I have a third party dependency depending on numpy and it’s used in a piece of code that doesn’t rely on numpy itself, so the version of numpy pulled in there is different from the one the rest of my code uses. what would be the way to solve this type of transient third party dependency with pants? 🙂 I have assumed that I just need to make a pypi clone where I freeze the versions and keep myself more updated, but it’s a bit of an overhead to get started