Skip to content
/ xarray Public
forked from pydata/xarray

Commit

Permalink
try removing the upstream-dev build of pyarrow [skip-ci][skip-rtd]
Browse files Browse the repository at this point in the history
Supposedly `pyarrow>=16.0` is compatible with `numpy>=2`, but I don't
know whether the version on `conda-forge` is built against the release
candidate of `numpy`.
  • Loading branch information
keewis committed Apr 30, 2024
1 parent de04848 commit 48a656f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ci/install-upstream-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ python -m pip install \
matplotlib \
pandas \
h5py
# for some reason pandas depends on pyarrow already.
# Remove once a `pyarrow` version compiled with `numpy>=2.0` is on `conda-forge`
python -m pip install \
-i https://pypi.fury.io/arrow-nightlies/ \
--prefer-binary \
--no-deps \
--pre \
--upgrade \
pyarrow
python -m pip install \
--no-deps \
--upgrade \
Expand Down

0 comments on commit 48a656f

Please sign in to comment.