Re: [Numpy-discussion] reducing effort spent on wheel builds?

2021-08-09 Thread Matti Picus
On 16/7/21 9:11 pm, Chris Barker wrote: Just a note on: > For the record, I am +1 on removing sdists from PyPI until pip changes its default to --only-binary :all: [1] I agree that the defaults for pip are unfortunate (and indeed the legacy of pip doing, well, a lot, (i.e. building and instal

Re: [Numpy-discussion] reducing effort spent on wheel builds?

2021-08-09 Thread Thomas Caswell
I am pretty -1 on removing sdists. At least for Matplotlib we have a number of users on AIX who rely on the the sdists (I know they exist because when our build breaks they send us patches to un-break it) for their installation. I strongly suspect that numpy also has a fair number of users who ar