From 9cd4d08b8ef323f48d359c074239745ebb1d7372 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 23 Jun 2024 19:28:50 +0200 Subject: [PATCH] try keeping netcdf4, h5netcdf, and h5py --- ci/install-upstream-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-upstream-wheels.sh b/ci/install-upstream-wheels.sh index 04a22bfac51..c73061cead2 100755 --- a/ci/install-upstream-wheels.sh +++ b/ci/install-upstream-wheels.sh @@ -13,7 +13,7 @@ $conda remove -y numba numbagg sparse # temporarily remove numexpr $conda remove -y numexpr # temporarily remove backends -$conda remove -y hdf5 h5py netcdf4 pydap +$conda remove -y pydap # forcibly remove packages to avoid artifacts $conda remove -y --force \ numpy \