We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e504e commit 30f0501Copy full SHA for 30f0501
ci/install-upstream-wheels.sh
@@ -3,7 +3,7 @@
3
# install cython for building cftime without build isolation
4
micromamba install "cython>=0.29.20" py-cpuinfo
5
# temporarily (?) remove numbagg and numba
6
-micromamba remove -y numba numbagg
+# micromamba remove -y numba numbagg
7
# temporarily remove numexpr
8
micromamba remove -y numexpr
9
# temporarily remove backends
@@ -62,6 +62,7 @@ python -m pip install \
62
--no-deps \
63
--upgrade \
64
git+https://github.com/dask/dask \
65
+ git+https://github.com/dask/dask-expr \
66
git+https://github.com/dask/distributed \
67
git+https://github.com/zarr-developers/zarr \
68
git+https://github.com/pypa/packaging \
0 commit comments