raulcd commented on PR #13449:
URL: https://github.com/apache/arrow/pull/13449#issuecomment-1169728986

   
   > Why does `pip install pyarrow.whl` upgrade installed NumPy to 1.23.0 from 
1.21.3 for `numpy>=1.16.6` condition?
   
   The problem is the `--force-reinstall` which:
   ```
   --force-reinstall
       Reinstall all packages even if they are already up-to-date.
   ```
   I am removing it and pushing to CI to test all the wheels. It worked locally 
so I am not sure why the `--force-reinstall` was required as I can see the 
local pyarrow wheel being installed.


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