We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbb375 commit 5f46907Copy full SHA for 5f46907
noxfile.py
@@ -408,10 +408,10 @@ def prerelease_deps(session):
408
)
409
410
# PyArrow prerelease packages are published to an alternative PyPI host.
411
- # https://arrow.apache.org/docs/python/install.html#installing-nightly-packages
+ # https://arrow.apache.org/docs/developers/python.html#installing-nightly-packages
412
session.install(
413
"--extra-index-url",
414
- "https://pypi.fury.io/arrow-nightlies/",
+ "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple",
415
"--prefer-binary",
416
"--pre",
417
"--upgrade",
0 commit comments