Skip to content

Commit 85b5a16

Browse files
authored
install pyarrow from the scientific python nightly wheels (#10577)
1 parent 4d16307 commit 85b5a16

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ci/install-upstream-wheels.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,7 @@ python -m pip install \
3535
numpy \
3636
scipy \
3737
matplotlib \
38-
pandas
39-
# for some reason pandas depends on pyarrow already.
40-
# Remove once a `pyarrow` version compiled with `numpy>=2.0` is on `conda-forge`
41-
python -m pip install \
42-
-i https://pypi.fury.io/arrow-nightlies/ \
43-
--prefer-binary \
44-
--no-deps \
45-
--pre \
46-
--upgrade \
38+
pandas \
4739
pyarrow
4840
# manually install `pint`, `donfig`, and `crc32c` to pull in new dependencies
4941
python -m pip install --upgrade pint donfig crc32c

0 commit comments

Comments
 (0)