Skip to content

Commit

Permalink
Pin h5py below v3
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Nov 2, 2020
1 parent 8edb6f1 commit ec7e456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install coveralls flake8

# Adding keras and TF1 for some tests
if [ -n "$KERAS_VERSION" ]; then
pip install keras==$KERAS_VERSION "tensorflow<2"
pip install keras==$KERAS_VERSION "tensorflow<2" "h5py<3"
else
# Otherwise, use TF2
pip install "tensorflow>2"
Expand Down

0 comments on commit ec7e456

Please sign in to comment.