Commit 047ac04
authored
### Rationale for this change
`install_pyarrow(nightly = TRUE)` installs pyarrow from `https://repo.fury.io/arrow-nightlies/`, but after #47470, new version of pyarrow is't released on fury.io.
### What changes are included in this PR?
Replace the index url to the new url `https://pypi.anaconda.org/scientific-python-nightly-wheels/simple`.
### Are these changes tested?
No.
### Are there any user-facing changes?
The URL used behind the scenes will change, but this will not affect functionality.
* GitHub Issue: #47682
Authored-by: eitsupi <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
1 parent efb62f1 commit 047ac04
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
331 | 333 | | |
332 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
333 | 339 | | |
334 | 340 | | |
335 | 341 | | |
| |||
0 commit comments