Skip to content

Commit

Permalink
Merge pull request #45712 from tensorflow/mm-pin-h5py-on-r2.1
Browse files Browse the repository at this point in the history
Add upper bound to `h5py`.
  • Loading branch information
mihaimaruseac committed Dec 15, 2020
2 parents 16c22a6 + 8eaa289 commit 1903f1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
# functools comes with python3, need to install the backport for python2
'functools32 >= 3.2.3;python_version<"3"',
'six >= 1.12.0',
# Pin h5py to at most 2.10.0 as newer versions break old keras tests
'h5py <= 2.10.0',
]

if sys.byteorder == 'little':
Expand Down

0 comments on commit 1903f1f

Please sign in to comment.