File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# install cython for building cftime without build isolation
4
4
micromamba install " cython>=0.29.20" py-cpuinfo
5
5
# temporarily (?) remove numbagg and numba
6
- # micromamba remove -y numba numbagg
6
+ micromamba remove -y numba numbagg sparse
7
7
# temporarily remove numexpr
8
8
micromamba remove -y numexpr
9
9
# temporarily remove backends
@@ -67,9 +67,9 @@ python -m pip install \
67
67
git+https://github.com/zarr-developers/zarr \
68
68
git+https://github.com/pypa/packaging \
69
69
git+https://github.com/hgrecco/pint \
70
- git+https://github.com/pydata/sparse \
71
70
git+https://github.com/intake/filesystem_spec \
72
71
git+https://github.com/SciTools/nc-time-axis \
73
72
git+https://github.com/xarray-contrib/flox \
74
73
git+https://github.com/dgasmith/opt_einsum
74
+ # git+https://github.com/pydata/sparse
75
75
# git+https://github.com/h5netcdf/h5netcdf
You can’t perform that action at this time.
0 commit comments