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

   > it seems like numpy arm64 wheels are only available [for the 
macosx_11.0](https://pypi.org/project/numpy/1.23.2/#files)
   
   That's also the case for older Python versions, so if this is the reason it 
would be strange we only see it for 3.11?
   
   I don't understand the version resolution conflict from pip. It seems total 
nonsense:
   
   ```
       oldest-supported-numpy 2022.8.16 depends on numpy==1.23.2; 
python_version == "3.11" and platform_python_implementation != "PyPy"
       oldest-supported-numpy 2022.5.28 depends on numpy; python_version >= 
"3.11"
       ...
   ```
   
   How is that a conflict?


-- 
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