Skip to content

Commit

Permalink
go back to h5py 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Jun 29, 2018
1 parent 7606b5f commit 4b2c5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ install:
- conda install --yes --file requirements-extras.txt

# pin h5py due to https://github.com/astropy/astropy/pull/7509
- conda install --yes -f h5py
# we use astropy 2.x so this is not yet fixed.
- conda install --yes -f h5py=2.7
#
# submitting coverage to coveralls
- pip install coveralls
Expand Down

0 comments on commit 4b2c5bb

Please sign in to comment.