File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 52
52
strategy :
53
53
fail-fast : false
54
54
matrix :
55
- python-version : ["3.11 "]
55
+ python-version : ["3.12 "]
56
56
steps :
57
57
- uses : actions/checkout@v4
58
58
with :
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
@@ -62,13 +62,14 @@ python -m pip install \
62
62
--no-deps \
63
63
--upgrade \
64
64
git+https://github.com/dask/dask \
65
+ git+https://github.com/dask/dask-expr \
65
66
git+https://github.com/dask/distributed \
66
67
git+https://github.com/zarr-developers/zarr \
67
68
git+https://github.com/pypa/packaging \
68
69
git+https://github.com/hgrecco/pint \
69
- git+https://github.com/pydata/sparse \
70
70
git+https://github.com/intake/filesystem_spec \
71
71
git+https://github.com/SciTools/nc-time-axis \
72
72
git+https://github.com/xarray-contrib/flox \
73
73
git+https://github.com/dgasmith/opt_einsum
74
+ # git+https://github.com/pydata/sparse
74
75
# git+https://github.com/h5netcdf/h5netcdf
You can’t perform that action at this time.
0 commit comments