-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.
Description
At the Apache Arrow repository we want to stop uploading wheels to our old gemfury repository and several releases ago we started uploading them to the nightly scientific-python-nightly-wheels, see the official docs:
https://arrow.apache.org/docs/dev/developers/python.html#installing-nightly-packages
And the related issue:
We should update it here:
Lines 410 to 419 in 4fbb375
| # PyArrow prerelease packages are published to an alternative PyPI host. | |
| # https://arrow.apache.org/docs/python/install.html#installing-nightly-packages | |
| session.install( | |
| "--extra-index-url", | |
| "https://pypi.fury.io/arrow-nightlies/", | |
| "--prefer-binary", | |
| "--pre", | |
| "--upgrade", | |
| "pyarrow", | |
| ) |
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.