Skip to content

Commit 77169b0

Browse files
committed
[skip-ci] remove numba, sparse
1 parent 30f0501 commit 77169b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install-upstream-wheels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# install cython for building cftime without build isolation
44
micromamba install "cython>=0.29.20" py-cpuinfo
55
# temporarily (?) remove numbagg and numba
6-
# micromamba remove -y numba numbagg
6+
micromamba remove -y numba numbagg sparse
77
# temporarily remove numexpr
88
micromamba remove -y numexpr
99
# temporarily remove backends
@@ -67,9 +67,9 @@ python -m pip install \
6767
git+https://github.com/zarr-developers/zarr \
6868
git+https://github.com/pypa/packaging \
6969
git+https://github.com/hgrecco/pint \
70-
git+https://github.com/pydata/sparse \
7170
git+https://github.com/intake/filesystem_spec \
7271
git+https://github.com/SciTools/nc-time-axis \
7372
git+https://github.com/xarray-contrib/flox \
7473
git+https://github.com/dgasmith/opt_einsum
74+
# git+https://github.com/pydata/sparse
7575
# git+https://github.com/h5netcdf/h5netcdf

0 commit comments

Comments
 (0)