Skip to content

Commit

Permalink
remove numbagg and numba from the upstream-dev CI (#7416)
Browse files Browse the repository at this point in the history
* temporarily remove `numba` from the upstream-dev environment

* don't explicitly install the matplotlib dependency

* use `pip` to remove `numbagg`

* [test-upstream]

* remove `numba` and `numbagg` first [test-upstream]

Co-authored-by: Joe Hamman <[email protected]>
  • Loading branch information
keewis and jhamman authored Jan 4, 2023
1 parent 1650447 commit b93dae4
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit b93dae4

Please sign in to comment.