high-yak-85899
02/08/2024, 8:19 PM--prefer-binary for pip? The only_binary and no_binary options are great, but I'd love to more generally restrict the amount of CPU we're spending building from source. Finding these packages that are getting built from source can be challenging when a lot of third party deps are involved.curved-television-6568
02/09/2024, 1:45 PMpex does support this
--prefer-wheel, --prefer-binary, --no-prefer-wheel, --no-prefer-binary
Whether to prefer older binary distributions to newer source distributions (prefer not building wheels). (default: False)however, I don't see that there is any option for this from
pants to leverage that (yet..)curved-manchester-66006
02/13/2024, 7:50 PM