Skip to content

Commit e12aa44

Browse files
authored
numpy 2 compatibility in the iris code paths (pydata#9156)
* don't remove `cf_units` (and thus `iris`) [skip-ci] * try keeping netcdf4, h5netcdf, and h5py
1 parent 7087ca4 commit e12aa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-upstream-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $conda remove -y numba numbagg sparse
1313
# temporarily remove numexpr
1414
$conda remove -y numexpr
1515
# temporarily remove backends
16-
$conda remove -y cf_units pydap
16+
$conda remove -y pydap
1717
# forcibly remove packages to avoid artifacts
1818
$conda remove -y --force \
1919
numpy \

0 commit comments

Comments
 (0)