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 5252 strategy :
5353 fail-fast : false
5454 matrix :
55- python-version : ["3.11 "]
55+ python-version : ["3.12 "]
5656 steps :
5757 - uses : actions/checkout@v4
5858 with :
Original file line number Diff line number Diff line change 33# install cython for building cftime without build isolation
44micromamba 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
88micromamba remove -y numexpr
99# temporarily remove backends
@@ -62,13 +62,14 @@ python -m pip install \
6262 --no-deps \
6363 --upgrade \
6464 git+https://github.com/dask/dask \
65+ git+https://github.com/dask/dask-expr \
6566 git+https://github.com/dask/distributed \
6667 git+https://github.com/zarr-developers/zarr \
6768 git+https://github.com/pypa/packaging \
6869 git+https://github.com/hgrecco/pint \
69- git+https://github.com/pydata/sparse \
7070 git+https://github.com/intake/filesystem_spec \
7171 git+https://github.com/SciTools/nc-time-axis \
7272 git+https://github.com/xarray-contrib/flox \
7373 git+https://github.com/dgasmith/opt_einsum
74+ # git+https://github.com/pydata/sparse
7475 # git+https://github.com/h5netcdf/h5netcdf
You can’t perform that action at this time.
0 commit comments