Commits


Bryce Mecum authored and GitHub committed c9f417f1a58
GH-45288: [Python][Packaging][Docs] Update documentation for PyArrow nightly wheels (#45289) ### Rationale for this change We now upload nightly PyArrow wheels to https://anaconda.org/scientific-python-nightly-wheels/pyarrow so we should document it. In addition, the current documentation incorrectly points to the arrow-nightlies channel which AFAICT is no longer used and also points to Gemfury which we'd like to stop using. ### What changes are included in this PR? Updates the relevant section in the docs with instructions on how to use the scientific-python-nightly-wheels repository. ### Are these changes tested? I've tested installing a wheel from https://anaconda.org/scientific-python-nightly-wheels/pyarrow. ### Are there any user-facing changes? Updated docs. * GitHub Issue: #45288 Authored-by: Bryce Mecum <petridish@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>