Skip to content

Commit 4399aef

Browse files
authored
Remove nightly h5py from upstream CI job (dask#11847)
1 parent aa36d37 commit 4399aef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

continuous_integration/scripts/install.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ if [[ ${UPSTREAM_DEV} ]]; then
2525
git+https://github.com/dask/zict \
2626
git+https://github.com/dask/distributed \
2727
git+https://github.com/zarr-developers/zarr-python
28-
mamba uninstall --force numpy pandas scipy numexpr numba sparse scikit-image h5py numbagg
28+
# TODO: Add nightly `h5py` back once https://github.com/h5py/h5py/issues/2563 is resolved
29+
# mamba uninstall --force numpy pandas scipy numexpr numba sparse scikit-image h5py numbagg
30+
mamba uninstall --force numpy pandas scipy numexpr numba sparse scikit-image numbagg
2931
python -m pip install --no-deps --pre --retries 10 \
3032
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
3133
numpy \
3234
pandas \
3335
scipy \
34-
scikit-image \
35-
h5py
36+
scikit-image
37+
# h5py
3638

3739
# Used when automatically opening an issue when the `upstream` CI build fails
3840
mamba install pytest-reportlog

0 commit comments

Comments
 (0)