File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
continuous_integration/scripts Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,16 @@ if [[ ${UPSTREAM_DEV} ]]; then
25
25
git+https://github.com/dask/zict \
26
26
git+https://github.com/dask/distributed \
27
27
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
29
31
python -m pip install --no-deps --pre --retries 10 \
30
32
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
31
33
numpy \
32
34
pandas \
33
35
scipy \
34
- scikit-image \
35
- h5py
36
+ scikit-image
37
+ # h5py
36
38
37
39
# Used when automatically opening an issue when the `upstream` CI build fails
38
40
mamba install pytest-reportlog
You can’t perform that action at this time.
0 commit comments