Skip to content

Commit 2082e34

Browse files
authored
Remove h5py from nightlies (#2451)
1 parent ad03a1d commit 2082e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/azure-pipelines-base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- script: |
7171
python -m pip install --no-cache-dir --upgrade --pre -r requirements.txt
72-
python -m pip install --no-cache-dir --force-reinstall --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple contourpy h5py matplotlib numpy pandas scipy xarray
72+
python -m pip install --no-cache-dir --force-reinstall --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple contourpy matplotlib numpy pandas scipy xarray
7373
condition: and(succeeded(), eq(variables.Nightlies, true))
7474
displayName: 'Update with nightlies'
7575

0 commit comments

Comments
 (0)