diff --git a/ci/install-upstream-wheels.sh b/ci/install-upstream-wheels.sh index bc8017523af..62bf08b366f 100755 --- a/ci/install-upstream-wheels.sh +++ b/ci/install-upstream-wheels.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# temporarily (?) remove numbagg and numba +pip uninstall -y numbagg +conda uninstall -y numba +# forcibly remove packages to avoid artifacts conda uninstall -y --force \ numpy \ scipy \ @@ -18,8 +22,6 @@ conda uninstall -y --force \ flox \ h5netcdf \ xarray -# new matplotlib dependency -python -m pip install --upgrade contourpy # to limit the runtime of Upstream CI python -m pip install \ -i https://pypi.anaconda.org/scipy-wheels-nightly/simple \