jorisvandenbossche commented on PR #39557:
URL: https://github.com/apache/arrow/pull/39557#issuecomment-1905674402

   > Building with Numpy nightly doesn't seem like a tremendous idea, is it? It 
is not required functionally and may introduce instability.
   
   It _is_ functionally required, if we want that our nightly wheels can be 
used alongside other nightly wheels (of numpy, pandas, etc). And for dowstream 
packages testing against pyarrow nightly, they typically also test against the 
nightly version of other packages (for example, dask is currently not correctly 
testing with pyarrow nightly because the pyarrow import just fails because of 
the presence of numpy nightly)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to