Skip to content

Commit

Permalink
numpy 2 compatibility in the iris code paths (#9156)
Browse files Browse the repository at this point in the history
* don't remove `cf_units` (and thus `iris`) [skip-ci]

* try keeping netcdf4, h5netcdf, and h5py
  • Loading branch information
keewis authored Jul 11, 2024
1 parent 7087ca4 commit e12aa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-upstream-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $conda remove -y numba numbagg sparse
# temporarily remove numexpr
$conda remove -y numexpr
# temporarily remove backends
$conda remove -y cf_units pydap
$conda remove -y pydap
# forcibly remove packages to avoid artifacts
$conda remove -y --force \
numpy \
Expand Down

0 comments on commit e12aa44

Please sign in to comment.