Mark Elliot
Mark Elliot
I believe your comment is correct but, as the tests show, it's not required to switch to TarFile to pick up the improvement. I also looked through the other compression...
What’s the procedure for actually getting this merged? Also, what’s your preferred approach at this point for resolving module lockfile conflicts … should I just continue rebasing?
Minimal repro in #42
It looks like what's happening here is: * pytensor's setup.py loads numpy: https://github.com/pymc-devs/pytensor/blob/9ada9455f37479831b488b99efdba37b204d709a/setup.py#L2 * pycross is running the wheel build using exec-Python (Mac, arm64 or x86_64) (what else could it...
I don't have any particularly strong feelings here outside of liking `uv` as the toolchain to use to convert requirements input files to requrements txt files. We'd be happy to...
Over time we’ve managed to remove most usage — all_requirements acts as a guard in https://github.com/theoremlp/rules_pydeps/tree/main?tab=readme-ov-file#usage so that we can determine whether a call to `requirement` will fail [here](https://github.com/theoremlp/rules_pydeps/blob/520c3b9f72a7510fc77a99e782112aaf214ceb95/pydeps/private/index/deps_index.bzl#L74).