Skip to content

Commit b93dae4

Browse files
keewisjhamman
andauthored
remove numbagg and numba from the upstream-dev CI (#7416)
* 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 <joe@earthmover.io>
1 parent 1650447 commit b93dae4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/install-upstream-wheels.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# temporarily (?) remove numbagg and numba
4+
pip uninstall -y numbagg
5+
conda uninstall -y numba
6+
# forcibly remove packages to avoid artifacts
37
conda uninstall -y --force \
48
numpy \
59
scipy \
@@ -18,8 +22,6 @@ conda uninstall -y --force \
1822
flox \
1923
h5netcdf \
2024
xarray
21-
# new matplotlib dependency
22-
python -m pip install --upgrade contourpy
2325
# to limit the runtime of Upstream CI
2426
python -m pip install \
2527
-i https://pypi.anaconda.org/scipy-wheels-nightly/simple \

0 commit comments

Comments
 (0)