Pandas version checks
Reproducible Example
bash
pixi install -e pyarrow-nightly --locked
Error: The process '/home/runner/.pixi/bin/pixi' failed with exit code 1
Issue Description
The pyarrow-nightly environment uses the scientific-python nightly wheel index. However, pixi.lock pins a direct URL for the pyarrow-25.0.0.dev48 wheel, and that nightly artifact has been removed from the index, causing a 404 during installation.
Expected Behavior
The pyarrow-nightly CI job should not fail simply because an older nightly wheel artifact has been pruned.
Installed Versions
Details
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
The pyarrow-nightly environment uses the scientific-python nightly wheel index. However, pixi.lock pins a direct URL for the pyarrow-25.0.0.dev48 wheel, and that nightly artifact has been removed from the index, causing a 404 during installation.
Expected Behavior
The pyarrow-nightly CI job should not fail simply because an older nightly wheel artifact has been pruned.
Installed Versions
Details