Skip to content

Commit 5f46907

Browse files
committed
chore: update PyPI URL for official nightly pyarrow repository
1 parent 4fbb375 commit 5f46907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,10 +408,10 @@ def prerelease_deps(session):
408408
)
409409

410410
# PyArrow prerelease packages are published to an alternative PyPI host.
411-
# https://arrow.apache.org/docs/python/install.html#installing-nightly-packages
411+
# https://arrow.apache.org/docs/developers/python.html#installing-nightly-packages
412412
session.install(
413413
"--extra-index-url",
414-
"https://pypi.fury.io/arrow-nightlies/",
414+
"https://pypi.anaconda.org/scientific-python-nightly-wheels/simple",
415415
"--prefer-binary",
416416
"--pre",
417417
"--upgrade",

0 commit comments

Comments
 (0)