graingert commented on code in PR #38040:
URL: https://github.com/apache/arrow/pull/38040#discussion_r1347469139
##########
ci/scripts/install_pandas.sh:
##########
@@ -28,7 +28,7 @@ pandas=$1
numpy=${2:-"latest"}
if [ "${numpy}" = "nightly" ]; then
- pip install --extra-index-url
https://pypi.anaconda.org/scipy-wheels-nightly/simple --pre numpy
Review Comment:
scipy-wheels-nightly only has up to
[pandas-2.1.0.dev0+926](https://pypi.anaconda.org/scipy-wheels-nightly/simple/pandas/2.1.0.dev0%2B926.g4e8306690e/pandas-2.1.0.dev0%2B926.g4e8306690e-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl)
scientific-python-nightly-wheels has up to
[pandas-2.2.0.dev0+325](https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/pandas/2.2.0.dev0%2B325.g6c58a217f5/pandas-2.2.0.dev0%2B325.g6c58a217f5-cp39-cp39-macosx_11_0_arm64.whl)
--
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]