Skip to content

Commit cb051d8

Browse files
authored
[skip-ci] Fix upstream-dev env (#8839)
* [skip-ci] Fix upstream-dev env * [test-upstream] [skip-ci] remove numba, sparse
1 parent b0e504e commit cb051d8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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:

ci/install-upstream-wheels.sh

Lines changed: 3 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
@@ -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

0 commit comments

Comments
 (0)