Skip to content

Commit

Permalink
Add dask-expr to upstream build (#11086)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed May 2, 2024
1 parent 21f73cc commit a2aaa4a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions continuous_integration/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@ if [[ ${UPSTREAM_DEV} ]]; then
python -m pip install \
--upgrade \
locket \
git+https://github.com/pydata/sparse \
git+https://github.com/dask/s3fs \
git+https://github.com/intake/filesystem_spec \
git+https://github.com/dask/partd \
git+https://github.com/dask/zict \
git+https://github.com/dask/distributed \
git+https://github.com/dask/dask-expr \
git+https://github.com/dask/fastparquet \
git+https://github.com/zarr-developers/zarr-python \
git+https://github.com/PyTables/PyTables # numpy 2 support

mamba uninstall --force numpy pandas scipy
git+https://github.com/zarr-developers/zarr-python
mamba uninstall --force numpy pandas scipy numexpr numba sparse
python -m pip install --no-deps --pre --retries 10 \
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
numpy \
Expand Down

0 comments on commit a2aaa4a

Please sign in to comment.