Skip to content

Commit

Permalink
Try installing h5py from nightly-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 16, 2024
1 parent 43a50aa commit 3b7f5d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.REQUIRES_PYNBODY && matrix.python-version == '3.13' }}
run: |
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata posix_ipc
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pandas==3.0.0.dev0+1466.g715585de0d"
sudo apt-get install libhdf5-dev
pip install --upgrade --upgrade-strategy eager --pre --no-binary=h5py git+https://github.com/h5py/h5py.git
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pandas==3.0.0.dev0+1466.g715585de0d" h5py
pip install --upgrade --upgrade-strategy eager wheel
pip install --upgrade --upgrade-strategy eager --no-deps --pre git+https://github.com/pynbody/pynbody.git
- name: Install pynbody (3.13; macos)
Expand Down

0 comments on commit 3b7f5d8

Please sign in to comment.