Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ci/install-upstream-wheels.sh
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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 \
Expand Down