kou commented on PR #13449: URL: https://github.com/apache/arrow/pull/13449#issuecomment-1169381880
It seems that https://github.com/ursacomputing/crossbow/runs/7091332365?check_suite_focus=true#step:7:315 causes the problem: ```text + pip install --force-reinstall /arrow/python/repaired_wheels/pyarrow-9.0.0.dev276-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl Processing /arrow/python/repaired_wheels/pyarrow-9.0.0.dev276-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl Collecting numpy>=1.16.6 Downloading numpy-1.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 116.5 MB/s eta 0:00:00 Installing collected packages: numpy, pyarrow Attempting uninstall: numpy Found existing installation: numpy 1.21.3 Uninstalling numpy-1.21.3: Successfully uninstalled numpy-1.21.3 Successfully installed numpy-1.23.0 pyarrow-9.0.0.dev276 ``` Why does `pip install pyarrow.whl` upgrade installed NumPy to 1.23.0 from 1.21.3 for `numpy>=1.16.6` condition? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org